quarters method

Time quarters()

Gets a Time representing this number of quarters.

Implementation

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