ValueUpdater<T> class
Constructors
-
ValueUpdater({required T value, required OnUpdate<
T> onUpdate})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
T newValue) → T
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited