TTGraphNode class
Constructors
- TTGraphNode({required String soul, required TTGraph graph, required UpdateGraphFunc updateGraph})
Properties
Methods
-
get(
TTNodeListenCb? cb) → TTGraphNode -
listenerCount(
) → num -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
off(
[TTNodeListenCb? cb]) → TTGraphNode -
on(
TTNodeListenCb cb) → TTGraphNode -
receive(
TTNode? data) → TTGraphNode -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited