FwStandardModelsFwQueryResponseWebApiModulesInventoryInventoryReceiptItemBarcodesLogic constructor

FwStandardModelsFwQueryResponseWebApiModulesInventoryInventoryReceiptItemBarcodesLogic({
  1. List<WebApiModulesInventoryInventoryReceiptItemBarcodes>? items,
  2. int? pageNo,
  3. int? pageSize,
  4. int? totalItems,
  5. String? sort,
})

Implementation

FwStandardModelsFwQueryResponseWebApiModulesInventoryInventoryReceiptItemBarcodesLogic({
  this.items,
  this.pageNo,
  this.pageSize,
  this.totalItems,
  this.sort,
});