seconds property

Duration get seconds

Returns Duration of this in seconds.

Implementation

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