minutes method

Time minutes()

Gets a Time representing this number of minutes.

Implementation

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