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