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