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