homeTeamAbbreviation property
The unique abbreviation of the home team’s name. Use this key only for a sports event ticket.
Implementation
// localizable string
@JsonKey(name: 'homeTeamAbbreviation')
final String? homeTeamAbbreviation;
The unique abbreviation of the home team’s name. Use this key only for a sports event ticket.
// localizable string
@JsonKey(name: 'homeTeamAbbreviation')
final String? homeTeamAbbreviation;