seconds top-level property

List<int> seconds
final

List of seconds.

Implementation

final List<int> seconds =
    List<int>.unmodifiable(List<int>.generate(60, (int index) => index));