seconds property

Duration get seconds

Returns a Duration in seconds.

Implementation

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