convert abstract method

void convert(
  1. K name,
  2. V? value
)

Convert the value of the units with name name to all the other units.

Implementation

void convert(K name, V? value);