BaseHistoryMixin mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
history RxList<BaseKeyValue>
final
historyKey String
历史记录key
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearHistory() Future<void>
loadHistory() Future<void>
历史记录
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeHistory(BaseKeyValue model) Future<void>
saveHistory({required BaseKeyValue model, required bool atFront}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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