type property
- @JsonKey.new(name: 'type', toJson: clientContactTypeToJson, fromJson: clientContactTypeFromJson)
final
Implementation
@JsonKey(
name: 'type',
toJson: clientContactTypeToJson,
fromJson: clientContactTypeFromJson)
final enums.ClientContactType? type;