debug

void debug()

Prints a formatted debug representation of the DOM.

Implementation

void debug() {
  // Debug output is intentional for test debugging
  // ignore: avoid_print
  print(_container.innerHTML);
}