WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview constructor

WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview({
  1. String? id,
  2. String? sessionId,
  3. String? parentId,
  4. String? grandParentId,
  5. String? inventoryId,
  6. String? warehouseId,
  7. double? quantity,
  8. String? note,
  9. String? auditNote,
  10. String? recordTitle,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview({
  this.id,
  this.sessionId,
  this.parentId,
  this.grandParentId,
  this.inventoryId,
  this.warehouseId,
  this.quantity,
  this.note,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});