WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit constructor

WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit({
  1. String? inventoryId,
  2. String? packageId,
  3. String? iCode,
  4. String? iCodeColor,
  5. String? description,
  6. String? descriptionColor,
  7. String? itemClass,
  8. String? inventoryTypeId,
  9. String? inventoryType,
  10. String? categoryId,
  11. String? category,
  12. String? subCategoryId,
  13. String? subCategory,
  14. String? warehouseId,
  15. String? warehouse,
  16. String? auditNote,
  17. String? recordTitle,
  18. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  19. List<FwStandardDataFwCustomValue>? custom,
  20. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  21. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit({
  this.inventoryId,
  this.packageId,
  this.iCode,
  this.iCodeColor,
  this.description,
  this.descriptionColor,
  this.itemClass,
  this.inventoryTypeId,
  this.inventoryType,
  this.categoryId,
  this.category,
  this.subCategoryId,
  this.subCategory,
  this.warehouseId,
  this.warehouse,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});