deciseconds method

Time deciseconds()

Gets a Time representing this number of deciseconds.

Implementation

Time deciseconds() => Rational.fromInt(this).deciseconds();