seconds property

Duration get seconds

Converts the number to seconds.

Implementation

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