sundaysInMonth property

List<Hora> get sundaysInMonth

Gets all Sundays in the current month.

Implementation

List<Hora> get sundaysInMonth => weekdaysInMonth(DateTime.sunday);