WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse constructor
const
WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse({
- int? status,
- String? message,
- List<
WebApiModulesWarehouseCheckInCheckInOrder> ? orders,
Implementation
const WebApiModulesWarehouseCheckInCheckInRemoveOrderResponse({
this.status,
this.message,
this.orders,
});