microseconds top-level property

List<int> microseconds
final

List of microseconds.

Implementation

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