inSeconds property

int inSeconds

Represents the Time in seconds or total seconds

Implementation

int get inSeconds => inMins * 60 + second;