dart2-v3template._complex_copy.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-dart-generator Show documentation
Show all versions of openapi-dart-generator Show documentation
dart2 generator from openapi 3.x spec files.
copy.{{{name}}} = ({{{name}}} == null) ? null : ((data) { return {{>_copy}}; }({{{name}}}));