secondsPerHour constant Null safety

int const secondsPerHour

The number of seconds per hour.

Implementation

static const int secondsPerHour = secondsPerMinute * minutesPerHour;