guaranteedDeliveryDate property

  1. @JsonKey(name: 'guaranteed_delivery_date', fromJson: stringToDateTime, toJson: dateTimeToString)
DateTime? guaranteedDeliveryDate
final

Implementation

@JsonKey(
    name: 'guaranteed_delivery_date',
    fromJson: stringToDateTime,
    toJson: dateTimeToString)
final DateTime? guaranteedDeliveryDate;