seconds property

Duration get seconds

Returns a Duration representing this integer in seconds.

Implementation

Duration get seconds => Duration(seconds: this);