action property

List<PlanDefinitionAction>? action
inherited

action Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition.

Implementation

List<PlanDefinitionAction>? get action => throw _privateConstructorUsedError;