destinationPlatform property

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

The name of the destination 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: 'destinationPlatform')
final String? destinationPlatform;