valueInUnits method
This has been renamed coerceValue for consistency with coerceToMatch, coerceValueToMatch, convertToMatch, and convertValueToMatch.
Implementation
@Deprecated("Use coerceValue instead.")
double valueInUnits(List<String> newNumerators, List<String> newDenominators,
[String? name]) =>
coerceValue(newNumerators, newDenominators, name);