seconds property

Duration get seconds

Implementation

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