bool isValidFieldType(String fieldType) => FormFieldType.values.map((e) => e.toString()).contains(fieldType);