WebApiModulesWarehouseCheckInSelectedItemResponse constructor

const WebApiModulesWarehouseCheckInSelectedItemResponse({
  1. String? description,
  2. int? status,
  3. String? message,
})

Implementation

const WebApiModulesWarehouseCheckInSelectedItemResponse({
  this.description,
  this.status,
  this.message,
});