Skip to content

Commit

Permalink
feat: support late observables
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Dec 19, 2023
1 parent 9abfa7f commit 9273525
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mobx_codegen/lib/src/template/observable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ class ObservableTemplate {
${_buildGetters()}
${_buildSetters()}
""";
${_buildSetters()}""";
}

0 comments on commit 9273525

Please sign in to comment.