totalSeconds property

int get totalSeconds

Gets the total seconds.

Implementation

int get totalSeconds => totalMinutes * 60 + seconds;