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