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