platformCode property
Get platform code
Returns
- Platform code of the route segment.
Throws
- An exception if it fails.
Implementation
String get platformCode {
final OperationResult resultString = objectMethod(
_pointerId,
'PTRouteSegment',
'getPlatformCode',
);
return resultString['result'];
}