get method

Implementation

TTGraphNode get(TTNodeListenCb? cb) {
  if (cb != null) {
    on(cb);
  }
  _ask();
  return this;
}