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