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