isOTRoute property
Check if route is an Over Track Route
Returns
- True if the route is an OT route, false otherwise
Implementation
bool get isOTRoute {
final OperationResult resultString = objectMethod(
pointerId,
'Route',
'isOTRoute',
);
return resultString['result'];
}