giga method
Returns the derived Units having the 10^9 prefix, giga (G).
Implementation
// ignore: prefer_int_literals
Units giga() => derive('giga', 'G', 1.0e9);
Returns the derived Units having the 10^9 prefix, giga (G).
// ignore: prefer_int_literals
Units giga() => derive('giga', 'G', 1.0e9);