milliseconds top-level property

List<int> milliseconds
final

List of milliseconds.

Implementation

final List<int> milliseconds =
    List<int>.unmodifiable(List<int>.generate(1000, (int index) => index));