We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ba5da commit 92e2cdaCopy full SHA for 92e2cda
test/mock/shared_mocks.mocks.dart
@@ -5118,6 +5118,7 @@ class MockFocusNode extends _i1.Mock implements _i3.FocusNode {
5118
String toStringDeep({
5119
String? prefixLineOne = r'',
5120
String? prefixOtherLines,
5121
+ _i8.TextTreeConfiguration? parentConfiguration,
5122
_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.debug,
5123
}) =>
5124
(super.noSuchMethod(
@@ -5127,7 +5128,7 @@ class MockFocusNode extends _i1.Mock implements _i3.FocusNode {
5127
5128
{
5129
#prefixLineOne: prefixLineOne,
5130
#prefixOtherLines: prefixOtherLines,
- #parentConfiguration: null,
5131
+ #parentConfiguration: parentConfiguration,
5132
#minLevel: minLevel,
5133
},
5134
),
0 commit comments