WebApiModulesHomeControlsInventorySearchInventorySearch constructor

const WebApiModulesHomeControlsInventorySearchInventorySearch({
  1. String? sessionId,
  2. String? inventoryId,
  3. String? warehouseId,
  4. int? id,
  5. String? lineage,
  6. String? packageItemId,
  7. double? quantity,
  8. DateTime? fromDate,
  9. DateTime? toDate,
  10. double? quantityAvailable,
  11. DateTime? conflictDate,
  12. String? availabilityState,
  13. double? quantityAvailableRegion,
  14. DateTime? conflictDateRegion,
  15. String? availabilityStateRegion,
  16. double? quantityAvailableAllWarehouses,
  17. DateTime? conflictDateAllWarehouses,
  18. String? availabilityStateAllWarehouses,
  19. double? totalQuantityInSession,
  20. String? auditNote,
  21. String? recordTitle,
  22. dynamic urlIdentifier,
  23. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  24. List<FwStandardDataFwCustomValue>? custom,
  25. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  26. FwStandardBusinessLogicFwBusinessLogic? original,
  27. List<FwStandardDataFwTranslatedValue>? translation,
  28. bool? hasImport,
  29. String? createdByUserId,
  30. String? createdByUserName,
  31. String? createdDateTime,
  32. String? modifiedByUserId,
  33. String? modifiedByUserName,
  34. String? modifiedDateTime,
})

Implementation

const WebApiModulesHomeControlsInventorySearchInventorySearch({
  this.sessionId,
  this.inventoryId,
  this.warehouseId,
  this.id,
  this.lineage,
  this.packageItemId,
  this.quantity,
  this.fromDate,
  this.toDate,
  this.quantityAvailable,
  this.conflictDate,
  this.availabilityState,
  this.quantityAvailableRegion,
  this.conflictDateRegion,
  this.availabilityStateRegion,
  this.quantityAvailableAllWarehouses,
  this.conflictDateAllWarehouses,
  this.availabilityStateAllWarehouses,
  this.totalQuantityInSession,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});