awayTeamLocation property
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;
The home location of the away team. Use this key only for a sports event ticket.
// localizable string
@JsonKey(name: 'awayTeamLocation')
final String? awayTeamLocation;