GetDiagnosticsTree constructor Null safety
- SerializableFinder finder,
- DiagnosticsType diagnosticsType,
- {int subtreeDepth = 0,
- bool includeProperties = true,
- Duration? timeout}
Creates a GetDiagnosticsTree Flutter Driver command.
Implementation
GetDiagnosticsTree(super.finder, this.diagnosticsType, {
this.subtreeDepth = 0,
this.includeProperties = true,
super.timeout,
}) : assert(subtreeDepth != null),
assert(includeProperties != null);