secondsPerDay constant Null safety
The number of seconds per day.
Implementation
static const int secondsPerDay = secondsPerHour * hoursPerDay;
The number of seconds per day.
static const int secondsPerDay = secondsPerHour * hoursPerDay;