seconds top-level property

List<int> seconds
getter/setter pair

List of seconds

Implementation

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