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

dart.libraries.dio.serialization.json_serializable.enum_inline.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{#enumName}}
{{#description}}/// {{{description}}}{{/description}}
{{#isDeprecated}}
@Deprecated('{{{enumName}}} has been deprecated')
{{/isDeprecated}}
enum {{{ enumName }}} {
{{#allowableValues}}
{{#enumVars}}
  @JsonValue({{#isString}}r{{/isString}}{{{value}}})
  {{{name}}},
{{/enumVars}}
{{/allowableValues}}
}
{{/enumName}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy