toEVRouteInstruction method
Convert to a EVRouteInstruction from this one.
Returns
- EVRouteInstruction object
Implementation
EVRouteInstruction toEVRouteInstruction() {
final OperationResult resultString = objectMethod(
pointerId,
'RouteInstruction',
'toEVRouteInstruction',
);
return EVRouteInstruction.init(resultString['result']);
}