seconds property

Duration get seconds

Duration in Seconds

Implementation

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