locations property

  1. @JsonKey(name: 'locations', toJson: matchSummaryCodeToJson, fromJson: matchSummaryCodeFromJson)
MatchSummaryCode? locations
final

Implementation

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