terms property

List<ListPopulationTerm>? terms
getter/setter pair

Terms of this list population clause.

Each clause is made up of list population terms representing constraints and are joined by ORs.

Implementation

core.List<ListPopulationTerm>? terms;