seconds property

Duration get seconds

Implementation

Duration get seconds => Duration(seconds: (this * 1).round());