behaviorScripts property

List<BehaviorScript> get behaviorScripts

All of the BehaviorScript objects on the network that the user's device has permission to access.

This list is unmodifiable.

Implementation

List<BehaviorScript> get behaviorScripts =>
    List.unmodifiable(_behaviorScripts);