FdcFilterRangeValue class

Raw two-ended value used by the grid header range filter editor.

Endpoints intentionally remain unparsed until the grid resolves the bound field type and format settings.

Annotations

Constructors

FdcFilterRangeValue({required Object? from, required Object? to})
Creates a FdcFilterRangeValue.
const

Properties

from → Object?
Lower endpoint entered by the range filter.
final
hashCode → int
The hash code for this object.
no setteroverride
isEmpty → bool
Whether both range endpoints are null or blank.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
to → Object?
Upper endpoint entered by the range filter.
final

Methods

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

Operators

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