toEVRouteInstruction method

EVRouteInstruction toEVRouteInstruction()

Convert to a EVRouteInstruction from this one.

Returns

Implementation

EVRouteInstruction toEVRouteInstruction() {
  final OperationResult resultString = objectMethod(
    pointerId,
    'RouteInstruction',
    'toEVRouteInstruction',
  );

  return EVRouteInstruction.init(resultString['result']);
}