convertValueToUnit method
A shorthand for convertValue with only one numerator unit.
Implementation
double convertValueToUnit(String unit, [String? name]) =>
convertValue([unit], [], name);
A shorthand for convertValue with only one numerator unit.
double convertValueToUnit(String unit, [String? name]) =>
convertValue([unit], [], name);