awayTeamAbbreviation property

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

The unique abbreviation of the away team’s name. Use this key only for a sports event ticket.

Implementation

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