departurePlatform property

  1. @JsonKey(name: 'departurePlatform')
String? departurePlatform
final

The name of the departure platform, such as “A”. Don’t include the word “Platform.” Use this key only for a train or other rail boarding pass.

Implementation

// localizable string
@JsonKey(name: 'departurePlatform')
final String? departurePlatform;