seconds property

Duration seconds

This number in seconds.

Implementation

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