departurePlatform property
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;