WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit constructor

const 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. dynamic urlIdentifier,
  19. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  20. List<FwStandardDataFwCustomValue>? custom,
  21. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  22. FwStandardBusinessLogicFwBusinessLogic? original,
  23. List<FwStandardDataFwTranslatedValue>? translation,
  24. bool? hasImport,
  25. String? createdByUserId,
  26. String? createdByUserName,
  27. String? createdDateTime,
  28. String? modifiedByUserId,
  29. String? modifiedByUserName,
  30. String? modifiedDateTime,
})

Implementation

const 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.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,
});