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