seconds property

Duration get seconds

Shorthand for Duration(seconds: this)

Implementation

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