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