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