seconds property

Duration get seconds

Turn this int into a Duration of seconds.

Implementation

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