menu
ventas_dealer package
documentation
models/delivery_management_model.dart
DeliveryContent
DeliveryContent.new constructor
DeliveryContent.new constructor
dark_mode
light_mode
DeliveryContent
constructor
DeliveryContent
(
{
int
?
id
,
String
?
deliveryType
,
String
?
deliveryTime
,
String
?
timeUnit
,
})
Implementation
DeliveryContent({ this.id, this.deliveryType, this.deliveryTime, this.timeUnit, });
ventas_dealer package
documentation
models/delivery_management_model
DeliveryContent
DeliveryContent.new constructor
DeliveryContent class