ModelUndoState class
An class which contains the information about undoing at the current
EventSourcedModel state.
null
at the fields means the operation is not supported by the
EventSourcedModel in question.
Constructors
- ModelUndoState({bool? undo, bool? redo, bool? nextAlt, bool? prevAlt})
-
const
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited