weeks property

List<List<Hora?>> weeks
final

The weeks of the calendar. Each week is a list of 7 dates (null for days outside the month).

Implementation

final List<List<Hora?>> weeks;