leagueAbbreviation property

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

The abbreviated league name for a sports event. Use this key only for a sports event ticket.

Implementation

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