WebApiModulesHomeControlsInventoryCompatibleInventoryCompatible constructor

WebApiModulesHomeControlsInventoryCompatibleInventoryCompatible({
  1. String? inventoryCompatibleId,
  2. String? inventoryId,
  3. String? iCode,
  4. String? description,
  5. String? compatibleWithInventoryId,
  6. String? compatibleWithICode,
  7. String? compatibleWithDescription,
  8. String? compatibleWithClassification,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInventoryCompatibleInventoryCompatible({
  this.inventoryCompatibleId,
  this.inventoryId,
  this.iCode,
  this.description,
  this.compatibleWithInventoryId,
  this.compatibleWithICode,
  this.compatibleWithDescription,
  this.compatibleWithClassification,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});