typeValues top-level property

EnumValues<Type> typeValues
final

Implementation

final typeValues = EnumValues({
  "checkbox": Type.checkbox,
  "email": Type.email,
  "file": Type.file,
  "image": Type.image,
  "multiselect": Type.multiselect,
  "password": Type.password,
  "select": Type.select,
  "text": Type.text,
  "textarea": Type.textarea,
  "title": Type.title
});