@@ -39,12 +39,10 @@ class _FakeWidget_0 extends _i1.SmartFake implements _i2.Widget {
39
39
);
40
40
41
41
@override
42
- String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) =>
43
- super .toString ();
42
+ String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) => super .toString ();
44
43
}
45
44
46
- class _FakeInheritedWidget_1 extends _i1.SmartFake
47
- implements _i2.InheritedWidget {
45
+ class _FakeInheritedWidget_1 extends _i1.SmartFake implements _i2.InheritedWidget {
48
46
_FakeInheritedWidget_1 (
49
47
Object parent,
50
48
Invocation parentInvocation,
@@ -54,12 +52,10 @@ class _FakeInheritedWidget_1 extends _i1.SmartFake
54
52
);
55
53
56
54
@override
57
- String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) =>
58
- super .toString ();
55
+ String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) => super .toString ();
59
56
}
60
57
61
- class _FakeDiagnosticsNode_2 extends _i1.SmartFake
62
- implements _i3.DiagnosticsNode {
58
+ class _FakeDiagnosticsNode_2 extends _i1.SmartFake implements _i3.DiagnosticsNode {
63
59
_FakeDiagnosticsNode_2 (
64
60
Object parent,
65
61
Invocation parentInvocation,
@@ -76,8 +72,7 @@ class _FakeDiagnosticsNode_2 extends _i1.SmartFake
76
72
super .toString ();
77
73
}
78
74
79
- class _FakeZetaColorSwatch_3 extends _i1.SmartFake
80
- implements _i4.ZetaColorSwatch {
75
+ class _FakeZetaColorSwatch_3 extends _i1.SmartFake implements _i4.ZetaColorSwatch {
81
76
_FakeZetaColorSwatch_3 (
82
77
Object parent,
83
78
Invocation parentInvocation,
@@ -107,8 +102,7 @@ class _FakeZetaColors_5 extends _i1.SmartFake implements _i6.ZetaColors {
107
102
);
108
103
}
109
104
110
- class _FakeZetaColorScheme_6 extends _i1.SmartFake
111
- implements _i7.ZetaColorScheme {
105
+ class _FakeZetaColorScheme_6 extends _i1.SmartFake implements _i7.ZetaColorScheme {
112
106
_FakeZetaColorScheme_6 (
113
107
Object parent,
114
108
Invocation parentInvocation,
@@ -118,8 +112,7 @@ class _FakeZetaColorScheme_6 extends _i1.SmartFake
118
112
);
119
113
120
114
@override
121
- String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) =>
122
- super .toString ();
115
+ String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) => super .toString ();
123
116
}
124
117
125
118
class _FakeZetaThemeData_7 extends _i1.SmartFake implements _i6.ZetaThemeData {
@@ -132,8 +125,7 @@ class _FakeZetaThemeData_7 extends _i1.SmartFake implements _i6.ZetaThemeData {
132
125
);
133
126
}
134
127
135
- class _FakeInheritedElement_8 extends _i1.SmartFake
136
- implements _i2.InheritedElement {
128
+ class _FakeInheritedElement_8 extends _i1.SmartFake implements _i2.InheritedElement {
137
129
_FakeInheritedElement_8 (
138
130
Object parent,
139
131
Invocation parentInvocation,
@@ -143,8 +135,7 @@ class _FakeInheritedElement_8 extends _i1.SmartFake
143
135
);
144
136
145
137
@override
146
- String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) =>
147
- super .toString ();
138
+ String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) => super .toString ();
148
139
}
149
140
150
141
/// A class which mocks [BuildContext] .
@@ -208,8 +199,7 @@ class MockBuildContext extends _i1.Mock implements _i2.BuildContext {
208
199
) as _i2.InheritedWidget );
209
200
210
201
@override
211
- void visitAncestorElements (_i2.ConditionalElementVisitor ? visitor) =>
212
- super .noSuchMethod (
202
+ void visitAncestorElements (_i2.ConditionalElementVisitor ? visitor) => super .noSuchMethod (
213
203
Invocation .method (
214
204
#visitAncestorElements,
215
205
[visitor],
@@ -227,8 +217,7 @@ class MockBuildContext extends _i1.Mock implements _i2.BuildContext {
227
217
);
228
218
229
219
@override
230
- void dispatchNotification (_i8.Notification ? notification) =>
231
- super .noSuchMethod (
220
+ void dispatchNotification (_i8.Notification ? notification) => super .noSuchMethod (
232
221
Invocation .method (
233
222
#dispatchNotification,
234
223
[notification],
@@ -295,9 +284,7 @@ class MockBuildContext extends _i1.Mock implements _i2.BuildContext {
295
284
) as _i3.DiagnosticsNode );
296
285
297
286
@override
298
- List <_i3.DiagnosticsNode > describeMissingAncestor (
299
- {required Type ? expectedAncestorType}) =>
300
- (super .noSuchMethod (
287
+ List <_i3.DiagnosticsNode > describeMissingAncestor ({required Type ? expectedAncestorType}) => (super .noSuchMethod (
301
288
Invocation .method (
302
289
#describeMissingAncestor,
303
290
[],
@@ -308,8 +295,7 @@ class MockBuildContext extends _i1.Mock implements _i2.BuildContext {
308
295
) as List <_i3.DiagnosticsNode >);
309
296
310
297
@override
311
- _i3.DiagnosticsNode describeOwnershipChain (String ? name) =>
312
- (super .noSuchMethod (
298
+ _i3.DiagnosticsNode describeOwnershipChain (String ? name) => (super .noSuchMethod (
313
299
Invocation .method (
314
300
#describeOwnershipChain,
315
301
[name],
@@ -1431,8 +1417,7 @@ class MockZetaColors extends _i1.Mock implements _i6.ZetaColors {
1431
1417
) as _i6.ZetaColors );
1432
1418
1433
1419
@override
1434
- _i6.ZetaColors apply ({required _i9.ZetaContrast ? contrast}) =>
1435
- (super .noSuchMethod (
1420
+ _i6.ZetaColors apply ({required _i9.ZetaContrast ? contrast}) => (super .noSuchMethod (
1436
1421
Invocation .method (
1437
1422
#apply,
1438
1423
[],
@@ -1551,8 +1536,7 @@ class MockZeta extends _i1.Mock implements _i10.Zeta {
1551
1536
) as _i2.Widget );
1552
1537
1553
1538
@override
1554
- bool updateShouldNotify (_i2.InheritedWidget ? oldWidget) =>
1555
- (super .noSuchMethod (
1539
+ bool updateShouldNotify (_i2.InheritedWidget ? oldWidget) => (super .noSuchMethod (
1556
1540
Invocation .method (
1557
1541
#updateShouldNotify,
1558
1542
[oldWidget],
@@ -1562,8 +1546,7 @@ class MockZeta extends _i1.Mock implements _i10.Zeta {
1562
1546
) as bool );
1563
1547
1564
1548
@override
1565
- void debugFillProperties (_i3.DiagnosticPropertiesBuilder ? properties) =>
1566
- super .noSuchMethod (
1549
+ void debugFillProperties (_i3.DiagnosticPropertiesBuilder ? properties) => super .noSuchMethod (
1567
1550
Invocation .method (
1568
1551
#debugFillProperties,
1569
1552
[properties],
@@ -1744,6 +1727,5 @@ class MockZeta extends _i1.Mock implements _i10.Zeta {
1744
1727
) as List <_i3.DiagnosticsNode >);
1745
1728
1746
1729
@override
1747
- String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) =>
1748
- super .toString ();
1730
+ String toString ({_i3.DiagnosticLevel ? minLevel = _i3.DiagnosticLevel .info}) => super .toString ();
1749
1731
}
0 commit comments