centiseconds method

Time centiseconds()

Gets a Time representing this number of centiseconds.

Implementation

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