ActiveStateChanged<T> class
Stream Events connected to the State You can use ActiveController.addOnStateChangedListener to get notified of these events
Constructors
- ActiveStateChanged(T? newValue, T? oldValue, {String? typeName, String? info})
Properties
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 ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
addActiveList<
V> (V newValue, {String? typeName}) → ActiveStateChanged - addActiveList Method that describes ActiveStateChanged of type ActiveList when a new value is added to a list
-
addActiveMap<
K, V> (Map< K, V> addedMap, {String? typeName}) → ActiveStateChanged - addActiveMap Method that describes ActiveStateChanged of type ActiveMap when you describing what new map values were added to another map
-
addAllActiveList<
V> (Iterable< V> newValues, {String? typeName}) → ActiveStateChanged - addAllActiveList Method that describes ActiveStateChanged of type ActiveList when new values is added to a list
-
clearActiveList<
V> (Iterable< V> iterable, {String? typeName}) → ActiveStateChanged<Iterable< V> > - clearActiveList Method that describes ActiveStateChanged of type ActiveList when you want to clear every value in a list
-
entriesActiveMap<
K, V> (Iterable< MapEntry< mapEntries, {String? typeName}) → ActiveStateChangedK, V> > - entriesActiveMap Method that describes ActiveStateChanged of type ActiveMap when you add entry objects to the map
-
entryActiveMap<
K, V> (K key, V newValue, {String? typeName}) → ActiveStateChanged - entryActiveMap Method that describes ActiveStateChanged of type ActiveMap when you add a new entry key/value is added to the map
-
removeActiveList<
V> (V removedValue, {String? typeName}) → ActiveStateChanged - removeActiveList Method that describes ActiveStateChanged of type ActiveList when a values is removed from a list
-
removedActiveMap<
K, V> (K key, V newValue, {String? typeName}) → ActiveStateChanged< V> - removedActiveMap Method that describes ActiveStateChanged of type ActiveMap when you remove an entry from map
-
updateActiveMap<
K, V> (K key, V? oldValue, V? newValue, {String? typeName}) → ActiveStateChanged< V> - updateActiveMap Method that describes ActiveStateChanged of type ActiveMap when you update a key value