status property

  1. @JsonKey.new(name: 'status', toJson: clientAddressStatusToJson, fromJson: clientAddressStatusFromJson)
ClientAddressStatus? status
final

Implementation

@JsonKey(
    name: 'status',
    toJson: clientAddressStatusToJson,
    fromJson: clientAddressStatusFromJson)
final ClientAddressStatus? status;