toString method

  1. @override
String toString()
override

Give a human-readable sketch of the contents of our DOM. This might be useful for debugging and/or exploration.

Implementation

@override
String toString() => '${super.toString()} : $dom';