dart2-v3template._complex_from_json.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.
{
final _jsonData = json[r'{{{baseName}}}'];
{{name}} = (_jsonData == null) ? null : ((dynamic data) { return {{>_from_json}}; }(_jsonData));
} // _jsonFieldName