conditions property

List<Condition>? conditions
getter/setter pair

Evaluated in given order with short circuit of true.

Should contain at least one condition and no more than 100 conditions.

Implementation

core.List<Condition>? conditions;