condition property

List<PlanDefinitionCondition>? condition
inherited

condition An expression that describes applicability criteria or start/stop conditions for the action.

Implementation

List<PlanDefinitionCondition>? get condition =>
    throw _privateConstructorUsedError;