getUnit method

  1. @override
Unit getUnit(
  1. dynamic name
)
override

Returns the Unit with the corresponding name

Implementation

@override
Unit getUnit(name) => _customConversion.getUnit(name);