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