seconds property

Duration get seconds

Converts to duration object to seconds of value

Implementation

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