zepto static method

Unit zepto(
  1. Unit unit
)

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

Implementation

static Unit zepto(Unit unit) => unit.transform(Em21);