phoneNumbers property

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

Implementation

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