agencyUrl property
Get agency URL
Returns
- Agency URL of the route segment.
Implementation
String get agencyUrl {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteSegment',
'getAgencyUrl',
);
return resultString['result'];
}