Warehouse constructor
Warehouse({
- BusinessDayConfig? businessDayConfig,
- WarehouseCutoffTime? cutoffTime,
- String? handlingDays,
- String? name,
- Address? shippingAddress,
Implementation
Warehouse({
this.businessDayConfig,
this.cutoffTime,
this.handlingDays,
this.name,
this.shippingAddress,
});