overrideBehavior property

void overrideBehavior=(List<String> value)

A list of Behaviors that will skip their default behavior.

When the behavior is activated, the event listener startBehaviorActivatedListener will be called instead where custom behavior can be implemented. Defaults to empty.

Implementation

set overrideBehavior(List<String> value) => _overrideBehavior = value;