DisplayFilter class final

Represents a type used for limiting which features are rendered.

Features filtered from display remain available for query and analysis. Use display filter when only a subset of features needs to be visible while maintaining access to all features.

Implemented types
Implementers

Constructors

DisplayFilter.withWhereClause({required String name, required String whereClause})
Creates a new DisplayFilter with the specified name and where clause.
factory

Properties

filterId → String
The identifier for this display filter.
no setter
hashCode → int
The hash code for this object.
no setterinherited
name ↔ String
A descriptive name for this display filter.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
whereClause ↔ String
A SQL expression that defines which features are rendered.
getter/setter pair

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