secondsPerDay constant - Duration class - dart:core library (original) (raw)
int const secondsPerDay
The number of seconds per day.
Implementation
static const int secondsPerDay = secondsPerHour * hoursPerDay;
int const secondsPerDay
The number of seconds per day.
static const int secondsPerDay = secondsPerHour * hoursPerDay;