months property

List<int> get months

Implementation

List<int> get months => List<int>.generate(12, (int index) => index + 1);