GetDiagnosticsTree class Null safety
A Flutter Driver command to retrieve the JSON-serialized DiagnosticsNode tree of the object identified by finder.
The DiagnosticsType of the DiagnosticsNode tree returned is specified by diagnosticsType.
- Inheritance
-
- Object
- Command
- CommandWithTarget
- GetDiagnosticsTree
Constructors
- GetDiagnosticsTree(SerializableFinder finder, DiagnosticsType diagnosticsType, {int subtreeDepth = 0, bool includeProperties = true, Duration? timeout})
- Creates a GetDiagnosticsTree Flutter Driver command.
-
GetDiagnosticsTree.deserialize(Map<
String, String> json, DeserializeFinderFactory finderFactory) - Deserializes this command from the value generated by serialize.
Properties
- diagnosticsType → DiagnosticsType
-
The type of DiagnosticsNode tree that is requested.
final
- finder → SerializableFinder
-
Locates the object or objects targeted by this command.
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- includeProperties → bool
-
Whether the properties of a DiagnosticsNode should be included.
final
- kind → String
-
Identifies the type of the command object and of the handler.
read-onlyoverride
- requiresRootWidgetAttached → bool
-
Whether this command requires the widget tree to be initialized before
the command may be run.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- subtreeDepth → int
-
How many levels of children to include in the JSON result.
final
- timeout → Duration?
-
The maximum amount of time to wait for the command to complete.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
serialize(
) → Map< String, String> -
This method is meant to be overridden if data in addition to finder
is serialized to JSON.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited