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

hashCode int
The hash code for this object.
no setterinherited
nextAlt bool?
final
prevAlt bool?
final
redo bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
undo bool?
final

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