SeedRecording class abstract
Receives the storage and Backpack changes made while a seeder runs.
NyStorage and Backpack tell the recording active in the current zone
before they change a value, so restore() can put every value back.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
backpackWillChange(
String key, Map< String, dynamic> values) → void -
The Backpack value at
keyinvaluesis about to change. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
storageWillChange(
String key) → Future< void> -
The storage value at
keyis about to be written or deleted. -
storageWillClear(
) → Future< void> - Every storage value is about to be deleted.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited