mega method

Units mega()

Returns the derived Units having the 10^6 prefix, mega (M).

Implementation

// ignore: prefer_int_literals
Units mega() => derive('mega', 'M', 1.0e6);