listPopulationClauses property

List<ListPopulationClause>? listPopulationClauses
getter/setter pair

Clauses that make up this list population rule.

Clauses are joined by ANDs, and the clauses themselves are made up of list population terms which are joined by ORs.

Implementation

core.List<ListPopulationClause>? listPopulationClauses;