UcumUnit constructor

UcumUnit(
  1. bool isBase_,
  2. String name_,
  3. String csCode_,
  4. String ciCode_,
  5. String property_,
  6. double magnitude_,
  7. List<int> dim_dimVec_,
  8. String? printSymbol_,
  9. String? class_,
  10. bool? isMetric_,
  11. String? variable_,
  12. String? cnv_,
  13. num cnvPfx,
  14. bool isSpecial_,
  15. bool isArbitrary_,
  16. int moleExp_,
  17. List<String>? synonyms_,
  18. String source_,
  19. String? loincProperty_,
  20. String? category_,
  21. String? guidance_,
  22. String? csUnitString_,
  23. String? ciUnitString_,
  24. String? baseFactorStr_,
  25. double? baseFactor_,
  26. bool defError_,
)

Implementation

UcumUnit(
  this.isBase_,
  this.name_,
  this.csCode_,
  this.ciCode_,
  this.property_,
  this.magnitude_,
  this.dim_dimVec_,
  this.printSymbol_,
  this.class_,
  this.isMetric_,
  this.variable_,
  this.cnv_,
  this.cnvPfx,
  this.isSpecial_,
  this.isArbitrary_,
  this.moleExp_,
  this.synonyms_,
  this.source_,
  this.loincProperty_,
  this.category_,
  this.guidance_,
  this.csUnitString_,
  this.ciUnitString_,
  this.baseFactorStr_,
  this.baseFactor_,
  this.defError_,
);