Converts a unit with a specific name and value to all other units
@override void convert(var name, double? value) { assert(mapConversion.keys.contains(name)); _customConversion.convert(name, value); }