taxIdExpirationDate property
- @JsonKey(name: 'tax_id_expiration_date', toJson: dateTimeToStringDDMMYYYY, fromJson: stringToDateTime)
getter/setter pair
Implementation
@JsonKey(
name: 'tax_id_expiration_date',
toJson: dateTimeToStringDDMMYYYY,
fromJson: stringToDateTime)
late DateTime? taxIdExpirationDate;