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