nanoseconds top-level property

List<int> nanoseconds
final

List of nanoseconds.

Implementation

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