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