DiagnosticsType enum
DiagnosticsNode tree types that can be requested by GetDiagnosticsTree.
Values
- renderObject → const DiagnosticsType
-
The DiagnosticsNode tree formed by RenderObjects.
- widget → const DiagnosticsType
-
The DiagnosticsNode tree formed by Widgets.
Properties
Methods
-
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
Constants
-
values
→ const List<
DiagnosticsType> - A constant List of the values in this enum, in order of their declaration.