taxIdExpirationDate property

  1. @JsonKey(name: 'tax_id_expiration_date', toJson: dateTimeToStringDDMMYYYY, fromJson: stringToDateTime)
DateTime? taxIdExpirationDate
getter/setter pair

Implementation

@JsonKey(
    name: 'tax_id_expiration_date',
    toJson: dateTimeToStringDDMMYYYY,
    fromJson: stringToDateTime)
late DateTime? taxIdExpirationDate;