shortName property
Get short name.
Returns
- Short name of the route segment.
Implementation
String get shortName {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteSegment',
'getShortName',
);
return resultString['result'];
}