platformCode property

String get platformCode

Get platform code

Returns

  • Platform code

Implementation

String get platformCode {
  final OperationResult resultString = objectMethod(
    pointerId,
    'PTRouteInstruction',
    'getPlatformCode',
  );

  return resultString['result'];
}