ElicitationField constructor
const
ElicitationField({})
Implementation
const ElicitationField({
required this.name,
required this.type,
this.description,
this.defaultValue,
this.enumValues,
this.required = false,
});