menu
noor_go package
documentation
customer_app/domain/model/order_model.dart
Delivery
Delivery constructor
Delivery constructor
dark_mode
light_mode
Delivery
constructor
Delivery
(
{
String
?
type
,
DateTime
?
time
,
bool
?
doorToDoor
,
bool
?
productPaid
,
int
?
equipmentId
,
})
Implementation
Delivery({ this.type, this.time, this.doorToDoor, this.productPaid, this.equipmentId, });
noor_go package
documentation
customer_app/domain/model/order_model
Delivery
Delivery constructor
Delivery class