toTime method

Time toTime()

Converts this offset to a Time value.

Implementation

Time toTime() => Time(seconds: inSeconds);