WidgetInspectorService class

Debug inspector that snapshots the mounted element tree as text.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
Clears the registered root.
describeTree({int maxDepth = 2}) List<String>
Returns the mounted tree as indented lines, descending up to maxDepth.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance WidgetInspectorService
The shared singleton inspector instance.
final