HiveSource<Record> class

Inheritance

Constructors

HiveSource(String name, {Map<String, Record>? defaults})

Properties

box → Box<Record>
no setter
defaults Map<String, Record>?
latefinal
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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) Future<Change<Record>?>
Adds or updates the model at a given key in the Source.
override
toString() String
A string representation of this object.
inherited

Operators

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