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 14e486f commit 78bf4c3Copy full SHA for 78bf4c3
templates/dart/lib/models.dart.twig
@@ -1,6 +1,6 @@
1
library {{ language.params.packageName }}.models;
2
3
-part src/models/model.dart;
+part 'src/models/model.dart';
4
{% for definition in spec.definitions %}
5
part 'src/models/{{definition.name | caseSnake}}.dart';
6
{% endfor %}
0 commit comments