destinationStationName property

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

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;