WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue constructor

const WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue({
  1. String? inventoryAttributeValueId,
  2. String? attributeId,
  3. String? inventoryId,
  4. String? attribute,
  5. String? attributeValueId,
  6. String? attributeValue,
  7. double? numericValue,
  8. bool? numericOnly,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. dynamic urlIdentifier,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. FwStandardBusinessLogicFwBusinessLogic? original,
  17. List<FwStandardDataFwTranslatedValue>? translation,
  18. bool? hasImport,
  19. String? createdByUserId,
  20. String? createdByUserName,
  21. String? createdDateTime,
  22. String? modifiedByUserId,
  23. String? modifiedByUserName,
  24. String? modifiedDateTime,
})

Implementation

const WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue({
  this.inventoryAttributeValueId,
  this.attributeId,
  this.inventoryId,
  this.attribute,
  this.attributeValueId,
  this.attributeValue,
  this.numericValue,
  this.numericOnly,
  this.dateStamp,
  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,
});