ManualDisplayFilterDefinition class final
Filter features from the display based on the specified active display filter.
This is useful when making visual comparisons of the data, or filtering out specific pieces of data.
- Inheritance
-
- Object
- DisplayFilterDefinition
- ManualDisplayFilterDefinition
Constructors
-
ManualDisplayFilterDefinition.withFilters({required DisplayFilter? activeFilter, required List<
DisplayFilter> availableFilters}) -
Creates a new ManualDisplayFilterDefinition with the specified active
and available filters.
factory
Properties
- activeFilter ↔ DisplayFilter?
-
A display filter from ManualDisplayFilterDefinition.availableFilters to
apply.
getter/setter pair
-
availableFilters
→ List<
DisplayFilter> -
The collection of display filters that can be applied.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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