Inheritance

Constructors

NodeProviderImpl()

Properties

nodes → Map<String, LocalNode>

read-only
hashCode → int

The hash code for this object.

read-only, inherited
permissions IPermissionManager

Get Permissions.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited
operator [](String path) LocalNode

Gets an existing node, or creates a dummy node for a requester to listen on.

inherited
operator ~() LocalNode

Get the root node.

inherited

Methods

createResponder(String dsId, String sessionId) Responder

Create a Responder

inherited
getNode(String path) LocalNode

Gets an existing node.

inherited
getOrCreateNode(String path, [ bool addToTree = true ]) LocalNode

Gets a node at the given path if it exists. If it does not exist, create a new node and return it.

inherited
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited