seconds method

Time seconds()

Gets a Time representing this number of seconds.

Implementation

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