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