seconds property

Duration get seconds

Returns a Duration with the given number of seconds.

Implementation

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