stringToJsonSchemaType top-level property

Map<String, JsonSchemaType> stringToJsonSchemaType
getter/setter pair

Implementation

Map<String, JsonSchemaType> stringToJsonSchemaType = {
  'multiple': JsonSchemaType.multiple,
  'dropdown': JsonSchemaType.dropdown,
  'checkbox': JsonSchemaType.checkbox,
  'number': JsonSchemaType.number,
  'datetime': JsonSchemaType.datetime,
  'time': JsonSchemaType.time,
  'date': JsonSchemaType.date,
  'file': JsonSchemaType.file,
  'text': JsonSchemaType.text,
  'format1': JsonSchemaType.format1,
  'none': JsonSchemaType.none,
};