inSeconds property

int inSeconds

This offset in seconds.

Implementation

int get inSeconds => _microseconds ~/ 1000 ~/ 1000;