FiltersState class

Inheritance

Constructors

FiltersState(Store store)

Properties

hashCode → int
The hash code for this object.
no setterinherited
hasListeners → bool
no setterinherited
isReady → bool
no setterinherited
ready → Future<void>
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → Future<DestinationFilters>
no setterinherited

Methods

addListener(Listener<DestinationFilters> listener, {bool fireImmediately = true}) → RemoveListener
inherited
dispose() → void
inherited
fromJson(Map<String, dynamic> json) → DestinationFilters
override
init(ErrorHandler errorHandler, bool storageJson) → void
inherited
modifyState(Future modifier(DestinationFilters state)) → Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setState(DestinationFilters value) → void
inherited
toJson(DestinationFilters t) → Map<String, dynamic>
override
toString() → String
A string representation of this object.
inherited

Operators

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