seconds property

Duration get seconds

Implementation

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