weeks method

Time weeks()

Gets a Time representing this number of weeks.

Implementation

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