FilterableFieldInfo class

Metadata about a filterable field.

This class contains information about a field's filtering capabilities, generated at build time for use in dynamic UI generation.

Constructors

FilterableFieldInfo({required String field, required String label, required Type type, required bool isNullable, required List<String> comparators})
Creates a FilterableFieldInfo instance.
const

Properties

comparators → List<String>
List of available comparators for this field.
final
field → String
The field name in the class.
final
hashCode → int
The hash code for this object.
no setterinherited
isNullable → bool
Whether the field is nullable.
final
label → String
The display label for the field.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → Type
The field's type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited