All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dart2-v3template._complex_from_json.mustache Maven / Gradle / Ivy

There is a newer version: 8.1
Show newest version
{
final _jsonData = json[r'{{{baseName}}}'];
{{name}} = (_jsonData == null) ? null : ((dynamic data) { return {{>_from_json}}; }(_jsonData));
} // _jsonFieldName





© 2015 - 2024 Weber Informatics LLC | Privacy Policy