seconds property

Duration seconds

Implementation

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