convert method

  1. @override
void convert(
  1. POWER name,
  2. double? value
)
override

Converts a unit with a specific name (e.g. POWER.european_horse_power) and value to all other units

Implementation

@override
void convert(POWER name, double? value) =>
    _customConversion.convert(name, value);