HistoryStorage<T> class
Null safety
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
add(
T nextValue, {bool clearUndo = true}) → Future< void> -
clear(
) → Future< bool> -
getHistory(
{int items = 10}) → Future< List< T> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
redo(
) → Future< T?> -
toString(
) → String -
A string representation of this object.
inherited
-
undo(
T undo) → Future< T?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited