platformCode property
Get platform code
Returns
- Platform code
Implementation
String get platformCode {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteInstruction',
'getPlatformCode',
);
return resultString['result'];
}