to property
Coordinates
get
to
Implementation
Coordinates get to {
final OperationResult resultString = objectMethod(
pointerId,
'RouteTrafficEvent',
'getTo',
);
return Coordinates.fromJson(resultString['result']);
}