microsecondsPerSecond constant - Duration class - dart:core library (original) (raw)

description

int const microsecondsPerSecond

The number of microseconds per second.

Implementation

static const int microsecondsPerSecond =
    microsecondsPerMillisecond * millisecondsPerSecond;