months property
inherited
Returns the list of months in this bundle.
Implementation
@override
List<MonthPeriod> get months => trimesters.expand((t) => t.months).toList();
Returns the list of months in this bundle.
@override
List<MonthPeriod> get months => trimesters.expand((t) => t.months).toList();