microsecondsPerSecond constant Null safety

int const microsecondsPerSecond

The number of microseconds per second.

Implementation

static const int microsecondsPerSecond =
    microsecondsPerMillisecond * millisecondsPerSecond;