totalSeconds property
int
get
totalSeconds
Gets the total seconds.
Implementation
int get totalSeconds => totalMinutes * 60 + seconds;
Gets the total seconds.
int get totalSeconds => totalMinutes * 60 + seconds;