homeTeamAbbreviation property

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

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;