SearchBusinessFilterEnumValue class abstract final

Value for enum filters.

Implemented types

Constructors

SearchBusinessFilterEnumValue(SearchFeatureEnumValue value, bool? selected, bool? disabled)
factory

Properties

disabled bool?
Same as SearchBusinessFilter.disabled, but for this specific enum value.
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool?
Selected marker. Set in server response for selected filters.
no setter
value SearchFeatureEnumValue
Filter value. Set in server response for selected filters.
no setter

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 ==(covariant SearchBusinessFilterEnumValue other) bool
The equality operator.
override