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

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

There is a newer version: 0.6.1
Show newest version
import 'package:json_annotation/json_annotation.dart';

part '%%FILENAME%%.g.dart';

/// GENERATED CODE: Do not edit!
@JsonEnum(alwaysCreate: true)
enum %%CLASSNAME%% {
  %%FIELDS%%
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy