exa static method

Unit exa(
  1. Unit unit
)

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

Implementation

static Unit exa(Unit unit) => unit.transform(E18);