seconds property

Duration seconds

Implementation

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