WebApiModulesUtilitiesSplitQuantityInventorySplitQuantityInventory constructor

const WebApiModulesUtilitiesSplitQuantityInventorySplitQuantityInventory({
  1. int? id,
  2. String? sessionId,
  3. String? inventoryId,
  4. String? description,
  5. String? iCode,
  6. String? inventoryType,
  7. String? inventoryTypeId,
  8. String? category,
  9. String? categoryId,
  10. String? subCategory,
  11. String? subCategoryId,
  12. int? quantity,
  13. double? unitValue,
  14. double? extendedValue,
  15. String? dateStamp,
  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. bool? hasDocuments,
  26. String? createdByUserId,
  27. String? createdByUserName,
  28. String? createdDateTime,
  29. String? modifiedByUserId,
  30. String? modifiedByUserName,
  31. String? modifiedDateTime,
})

Implementation

const WebApiModulesUtilitiesSplitQuantityInventorySplitQuantityInventory({
  this.id,
  this.sessionId,
  this.inventoryId,
  this.description,
  this.iCode,
  this.inventoryType,
  this.inventoryTypeId,
  this.category,
  this.categoryId,
  this.subCategory,
  this.subCategoryId,
  this.quantity,
  this.unitValue,
  this.extendedValue,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});