InspectFlutter class

*[<Null safety>](https://dart.dev/null-safety)*

Constructors

InspectFlutter ()

Properties

hashCode → int

The hash code for this object. ...
read-only, inherited

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent 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 Methods

exposeDiagnosticsTree(Outgoing outgoing, String name) void

Mounts an Inspect file at name.inspect to the hub that exposes the root diagnostic hierarchy for this component.

inspectFromDiagnostic(dynamic diagnostics, Node? parent) void

Converts an diagnostics tree into a Node tree Creates a Node with Inspect data based on what information was in the DiagnosticsNode and attaches it to the parent