MyChange<T> class
Constructors
- MyChange(T _oldValue, {required dynamic execute(), required dynamic redo(), required dynamic undo(T oldValue), bool monitored = false, TransState transState = TransState.none, String mid = ''})
Properties
- execute → void Function()
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mid → String
-
final
- monitored ↔ bool
-
getter/setter pair
- redo → void Function()
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transState ↔ TransState
-
getter/setter pair
- undo → void Function(T oldValue)
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
redoExecute(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
undoExecute(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited