NiceFilterField constructor
- required String name,
- required String label,
- NiceFilterFieldType type = NiceFilterFieldType.text,
- List<
String> ? options,
Implementation
const NiceFilterField({
required this.name,
required this.label,
this.type = NiceFilterFieldType.text,
this.options,
});