Source<Record> class abstract

A base class for the source of stored Record objects. For example, a HiveSource or other storage mechanism could be subclassed.

Implementers

Constructors

Source()

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

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

Operators

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