toEVRouteInstruction method
Convert to a EVRouteInstruction from this one.
Returns
- EVRouteInstruction object
Throws
- An exception if it fails.
Implementation
EVRouteInstruction toEVRouteInstruction() {
final OperationResult resultString = objectMethod(
_pointerId,
'RouteInstruction',
'toEVRouteInstruction',
);
return EVRouteInstruction.init(resultString['result'], 0);
}