behaviorScripts property
List<BehaviorScript>
get
behaviorScripts
All of the BehaviorScript objects on the network that the user's device has permission to access.
Implementation
List<BehaviorScript> get behaviorScripts =>
List.from(_behaviorScripts, growable: false);