PluginUserConfigOption constructor
const
PluginUserConfigOption({})
Implementation
const PluginUserConfigOption({
required this.type,
required this.title,
required this.description,
this.required,
this.defaultValue,
this.multiple,
this.sensitive,
this.min,
this.max,
});