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