months property

  1. @override
List<MonthPeriod> get months
inherited

Returns the list of months in this bundle.

Implementation

@override
List<MonthPeriod> get months => trimesters.expand((t) => t.months).toList();