estimatedDeliveryDate property

  1. @JsonKey(name: 'easypost_estimated_delivery_date', fromJson: stringToDateTime, toJson: dateTimeToStringYYYYMMDD)
DateTime? estimatedDeliveryDate
final

Implementation

@JsonKey(
    name: 'easypost_estimated_delivery_date',
    fromJson: stringToDateTime,
    toJson: dateTimeToStringYYYYMMDD)
final DateTime? estimatedDeliveryDate;