giga static method

Unit giga(
  1. Unit unit
)

Returns the specified unit multiplied by the factor 10<sup>9</sup>

Implementation

static Unit giga(Unit unit) => unit.transform(E9);