behaviorInstances property
      
      List<BehaviorInstance> 
      get
      behaviorInstances
      
    
    
All of the BehaviorInstance objects on the network that the user's device has permission to access.
This list is unmodifiable.
Implementation
List<BehaviorInstance> get behaviorInstances =>
    List.unmodifiable(_behaviorInstances);