type property

  1. @JsonKey.new(name: 'type', toJson: clientContactTypeToJson, fromJson: clientContactTypeFromJson)
ClientContactType? type
final

Implementation

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