call method
Convertes the given value from this
unit to the other unit.
Throws ArgumentError if its not possible to
convert between the two units.
Implementation
T call(Converter<T> other, T value) => to(other, value);
Convertes the given value from this
unit to the other unit.
Throws ArgumentError if its not possible to
convert between the two units.
T call(Converter<T> other, T value) => to(other, value);