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