converterTo method
Returns a converter from this unit to other.
Implementation
UnitConverter converterTo(Unit other) {
return CompoundConverter(converter, other.converter.inverted);
}
Returns a converter from this unit to other.
UnitConverter converterTo(Unit other) {
return CompoundConverter(converter, other.converter.inverted);
}