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 5ad2ff4 commit 6b9eab9Copy full SHA for 6b9eab9
lib/annotations.dart
@@ -149,10 +149,10 @@ class MockSpec<T> {
149
Symbol? as,
150
@Deprecated('Avoid adding concrete implementation to mock classes. '
151
'Use a manual implementation of the class without `Mock`')
152
- List<Type> mixingIn = const [],
+ List<Type> mixingIn = const [],
153
@Deprecated('Specify "missing stub" behavior with the '
154
'[onMissingStub] parameter.')
155
- this.returnNullOnMissingStub = false,
+ this.returnNullOnMissingStub = false,
156
this.unsupportedMembers = const {},
157
this.fallbackGenerators = const {},
158
this.onMissingStub,
0 commit comments