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