microsecondsPerSecond constant - Duration class - dart:core library (original) (raw)
int const microsecondsPerSecond
The number of microseconds per second.
Implementation
static const int microsecondsPerSecond =
microsecondsPerMillisecond * millisecondsPerSecond;