platformCode property
String
get
platformCode
Platform code for this instruction's stop, when available.
Returns
String: Platform code or empty string if not available.
Implementation
String get platformCode {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteInstruction',
'getPlatformCode',
);
return resultString['result'];
}