conditions property

List<Condition>? conditions
getter/setter pair

A list of requirements for the AccessLevel to be granted.

Required.

Implementation

core.List<Condition>? conditions;