status property
- @JsonKey.new(name: 'status', toJson: clientAddressStatusToJson, fromJson: clientAddressStatusFromJson)
final
Implementation
@JsonKey(
name: 'status',
toJson: clientAddressStatusToJson,
fromJson: clientAddressStatusFromJson)
final ClientAddressStatus? status;