MapSource<Record> class

Inheritance

Constructors

MapSource([Map<String, Record>? map])

Properties

hashCode int
The hash code for this object.
no setterinherited
map Map<String, Record>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() Future<int>
removes all keys from the box as fast as possible. does not report changes.
override
initialLoad() Map<String, Record>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) Future<Change<Record>?>
Removes a given key from the Source.
override
save(String key, Record record, {bool force = false}) Future<Change<Record>?>
Adds or updates the model at a given key in the Source.
override
toString() String
A string representation of this object.
override

Operators

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