FilterableField constructor
const
FilterableField({})
Creates a FilterableField annotation.
Implementation
const FilterableField({
required this.label,
required this.comparatorsType,
this.comparators,
this.customCompare,
bool? isNullable,
}) : isNullable = isNullable ?? false;