secondsPerMinute constant Null safety

int const secondsPerMinute

The number of seconds per minute.

Notice that some minutes of official clock time might differ in length because of leap seconds. The Duration and DateTime classes ignore leap seconds and consider all minutes to have 60 seconds.

Implementation

static const int secondsPerMinute = 60;