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

generator.dart.parent.template Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
%%IMPORTS%%

/// GENERATED CODE: Do not edit!
abstract class %%CLASSNAME%% {
  %%FIELDS%%

  const %%CLASSNAME%%();

  factory %%CLASSNAME%%.fromJson(Map json) {
    String t = json['type'];
%%FROMJSON%%
  }
  Map toJson();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy