UnitValue constructor

UnitValue(
  1. String unit,
  2. double value
)

Implementation

UnitValue(this.unit, this.value);