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 470b692 commit 163a58fCopy full SHA for 163a58f
example/simple_service.dart
@@ -58,4 +58,4 @@ class StackAsAService {
58
List<String> get entries => _entries;
59
60
int get length => _entries.length;
61
-}
+}
test/tests.dart
@@ -15,4 +15,4 @@ main() {
15
DependencyContainerTest.main();
16
InjectionTokenTest.main();
17
ServiceFactoryTest.main();
18
0 commit comments