WebApiModulesWarehouseContractExceptionItem constructor

const WebApiModulesWarehouseContractExceptionItem({
  1. String? date,
  2. String? time,
  3. String? user,
  4. String? description,
})

Implementation

const WebApiModulesWarehouseContractExceptionItem({
  this.date,
  this.time,
  this.user,
  this.description,
});