seconds property

Duration seconds

Returns Duration of this in seconds.

Implementation

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