giga method

Units giga()

Returns the derived Units having the 10^9 prefix, giga (G).

Implementation

// ignore: prefer_int_literals
Units giga() => derive('giga', 'G', 1.0e9);