awayTeamLocation property

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

The home location of the away team. Use this key only for a sports event ticket.

Implementation

// localizable string
@JsonKey(name: 'awayTeamLocation')
final String? awayTeamLocation;