destinationLocation property
An object that represents the geographic coordinates of the transit departure location, suitable for display on a map. Use this key for any type of boarding pass.
Implementation
@JsonKey(name: 'destinationLocation')
final SemanticTagTypeLocation? destinationLocation;