Daily commit
This commit is contained in:
@ -7,13 +7,14 @@ class Delivery {
|
||||
|
||||
DateTime? deliveredAt;
|
||||
DateTime? desiredDeliveryTime;
|
||||
String? driverInformation;
|
||||
|
||||
String? informationForDriver;
|
||||
|
||||
Delivery({
|
||||
required this.receipt,
|
||||
|
||||
this.desiredDeliveryTime,
|
||||
this.driverInformation,
|
||||
this.informationForDriver,
|
||||
this.deliveredAt
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user