totalSeconds property

int totalSeconds

Returns the total seconds of this Time period.

Implementation

int get totalSeconds => (totalMinutes * 60) + second;