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

description

int const microsecondsPerMillisecond

The number of microseconds per millisecond.

Implementation

static const int microsecondsPerMillisecond = 1000;