convert method
Converts a unit with a specific name (e.g. TEMPERATURE.kelvin) and value to all other units
Implementation
@override
void convert(TEMPERATURE name, double? value) =>
_customConversion.convert(name, value);
Converts a unit with a specific name (e.g. TEMPERATURE.kelvin) and value to all other units
@override
void convert(TEMPERATURE name, double? value) =>
_customConversion.convert(name, value);