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