ComplexValueBase constructor

ComplexValueBase({
  1. String unit,
  2. ComplexValueBaseDataTypeEnum dataType,
})

Returns a new ComplexValueBase instance.

Implementation

ComplexValueBase({
  this.unit,
  this.dataType,
});