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.
2 parents 9c9865c + 16c629e commit 10e7d6cCopy full SHA for 10e7d6c
templates/dart/lib/src/models/model.dart.twig
@@ -59,6 +59,7 @@ class {{ definition.name | caseUcfirst | overrideIdentifier }} implements Model
59
);
60
}
61
62
+ @override
63
Map<String, dynamic> toMap() {
64
return {
65
{% for property in definition.properties %}
0 commit comments