bindings property

List<Binding>? bindings
getter/setter pair

Associates a list of members to a role.

Optionally, may specify a condition that determines how and when the bindings are applied. Each of the bindings must contain at least one member.

Implementation

core.List<Binding>? bindings;