months property

List<DateTime> months

Implementation

List<DateTime> get months =>
    generateCalendar(widget.startDateTime, widget.endDateTime);