debugString property

String get debugString

Implementation

String get debugString {
  _checkNotDisposed();
  return '{Tree ${rootNode.debugString}}';
}