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