homeTeamName property

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

The name of the home team. Use this key only for a sports event ticket.

Implementation

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