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