FilterableFieldInfo constructor
const
FilterableFieldInfo({})
Creates a FilterableFieldInfo instance.
Implementation
const FilterableFieldInfo({
required this.field,
required this.label,
required this.type,
required this.isNullable,
required this.comparators,
});