Commit 2f447cc
authored
feat: Make the Dart class representing the service
Dart classes are, by default, also interfaces. This means that adding a
new method to a class will break any code that implements it.
The most conservative approach is to make the class `final` - we can
relax that restriction and make it `base` later, if it makes sense.final (#2178)1 parent 2aaa878 commit 2f447cc
File tree
1 file changed
+1
-1
lines changed- internal/sidekick/internal/dart/templates/lib
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments