locations property
- @JsonKey(name: 'locations', toJson: matchSummaryCodeToJson, fromJson: matchSummaryCodeFromJson)
final
Implementation
@JsonKey(
name: 'locations',
toJson: matchSummaryCodeToJson,
fromJson: matchSummaryCodeFromJson,
)
final enums.MatchSummaryCode? locations;