TreeCallback class abstract

Callback for DynamicTree

Implementers

Constructors

TreeCallback()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
treeCallback(int proxyId) bool
Callback from a query request. Return true if the query should be continued.

Operators

operator ==(Object other) bool
The equality operator.
inherited