deka static method

Unit deka(
  1. Unit unit
)

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

Implementation

static Unit deka(Unit unit) => unit.transform(E1);