UndoAble<T> class

Constructors

UndoAble(T val, String m, String? h)

Properties

hashCode int
The hash code for this object.
no setterinherited
hint String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
no setter

Methods

changeMid(String mid) → void
init(T val) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printMid() → void
set(T val, {bool save = true, bool noUndo = false, bool dontChangeBookTime = false, bool dontRealTime = false, void doComplete(T val)?, void undoComplete(T val)?}) → void
setDD(T val, {bool save = true, bool noUndo = false, bool dontChangeBookTime = false, void doComplete(T val)?, void undoComplete(T val)?}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited