We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e93be commit 715bd2cCopy full SHA for 715bd2c
README.md
@@ -49,8 +49,8 @@ If using the another library not build with null-safety. Please run with argumen
49
50
## Auto generate mock class using on Unit Test
51
Example: After created the test class, and run command below, the mock class `MockMovieRepository` will auto generate
52
-```
53
-[@GenerateMocks([MovieRepository])]
+```Dart
+@GenerateMocks([MovieRepository])
54
void main() {
55
late MovieRepository repository;
56
}
0 commit comments