DiagnosticsType enum Null safety
DiagnosticsNode tree types that can be requested by GetDiagnosticsTree.
Constants
- renderObject → const DiagnosticsType
-
The DiagnosticsNode tree formed by RenderObjects.
const DiagnosticsType(0)
-
values
→ const List<
DiagnosticsType> -
A constant List of the values in this enum, in order of their declaration.
const List<
DiagnosticsType> - widget → const DiagnosticsType
-
The DiagnosticsNode tree formed by Widgets.
const DiagnosticsType(1)
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. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited