genre property
The genre of the performance, such as “Classical”. Use this key for any type of event ticket.
Implementation
// localizable string
@JsonKey(name: 'genre')
final String? genre;
The genre of the performance, such as “Classical”. Use this key for any type of event ticket.
// localizable string
@JsonKey(name: 'genre')
final String? genre;