inSeconds property

int get inSeconds

Represents this Time as seconds.

Implementation

int get inSeconds => inMicroseconds ~/ 1000000;