AdvancedChangeNotifier<T> class
mixin
The class resembles the standart ChangeNotifier with the difference of taking a generic type and notifiying every listener with the new or updated value of type
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
AdvancedChangeNotifierCallback< T> callback) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
{T? value}) → dynamic -
removeListener(
AdvancedChangeNotifierCallback< T> callback) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited