UcumPrefix constructor

UcumPrefix(
  1. String code_,
  2. String ciCode_,
  3. String name_,
  4. String printSymbol_,
  5. num value,
  6. String? exp_,
)

Implementation

UcumPrefix(
  this.code_,
  this.ciCode_,
  this.name_,
  this.printSymbol_,
  this.value,
  this.exp_,
);