days property

List<Hora> get days

Gets all days of the month.

Implementation

List<Hora> get days => weeks.expand((w) => w.whereType<Hora>()).toList();