WhenFilteredProvider<N extends StateNotifier<S> , S> class
- Inheritance
-
- Object
- FilteredProvider<
N, S> - WhenFilteredProvider
- Implemented types
Constructors
-
WhenFilteredProvider({required N notifier, required BuildWhenCallback<
S> callback})
Properties
-
callback
→ BuildWhenCallback<
S> -
callback defined when a filter is used
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- listener ↔ void Function(S)
-
getter/setter pairinherited
- notifier → N
-
finalinherited
- reaction ↔ void Function(N notifier)?
-
function to rebuild the Consumer
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createListener(
) → void -
override
-
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