menu
tiptool package
documentation
tt.dart
TTGraphNode
get method
get method
dark_mode
light_mode
get
method
TTGraphNode
get
(
TTNodeListenCb
?
cb
)
Implementation
TTGraphNode get(TTNodeListenCb? cb) { if (cb != null) { on(cb); } _ask(); return this; }
tiptool package
documentation
tt
TTGraphNode
get method
TTGraphNode class