seconds method

Time seconds()

Gets a Time representing this number of seconds.

Implementation

Time seconds() => Time.fromSeconds(this);