FdcDataSetFilterContext class

Runtime context used while preparing and evaluating dataset filters.

The context supplies parsing/formatting rules and the optional row-selection predicate used by selected(...) filter operations.

Constructors

FdcDataSetFilterContext({FdcFormatSettings formatSettings = const FdcFormatSettings(), bool? selected})
Creates a FdcDataSetFilterContext.
const

Properties

formatSettings FdcFormatSettings
Format settings applied to FDC controls.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool?
Optional row-state selector used by the fluent filter DSL.
final

Methods

copyWith({FdcFormatSettings? formatSettings, Object? selected = _fdcUnsetFilterContextValue}) FdcDataSetFilterContext
Returns a copy with changed filter context values.
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