decaseconds method

Time decaseconds()

Gets a Time representing this number of decaseconds.

Implementation

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