destinationStationName property
The name of the destination station, such as “1st Street Station”. Use this key only for a train or other rail boarding pass.
Implementation
// localizable string
@JsonKey(name: 'destinationStationName')
final String? destinationStationName;