WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit constructor
const
WebApiModulesHomeControlsInventoryCompleteKitInventoryCompleteKit({
- String? inventoryId,
- String? packageId,
- String? iCode,
- String? iCodeColor,
- String? description,
- String? descriptionColor,
- String? itemClass,
- String? inventoryTypeId,
- String? inventoryType,
- String? categoryId,
- String? category,
- String? subCategoryId,
- String? subCategory,
- String? warehouseId,
- String? warehouse,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});