LengthUnitValue constructor

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

Implementation

LengthUnitValue(super.unit, super.value);