exa method

Units exa()

Returns the derived Units having the 10^18 prefix, exa (E).

Implementation

// ignore: prefer_int_literals
Units exa() => derive('exa', 'E', 1.0e18);