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