currentBehaviorId property

dynamic get currentBehaviorId

The id of the behavior currently running (see BehaviorManager.currentBehaviorId).

Implementation

dynamic get currentBehaviorId => _behaviorManager.currentBehaviorId;