ComplexValueBase constructor
ComplexValueBase({
- String unit,
- ComplexValueBaseDataTypeEnum dataType,
Returns a new ComplexValueBase instance.
Implementation
ComplexValueBase({
this.unit,
this.dataType,
});