atto static method

Unit atto(
  1. Unit unit
)

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

Implementation

static Unit atto(Unit unit) => unit.transform(Em18);