MapSource<Key extends Object, Record extends Object> class
Constructors
Properties
Methods
-
initialLoad(
) → Iterable< Record> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
Key key) → Future< Change?> -
Removes a given
keyfrom the Source.override -
save(
Key key, Record record) → Future< Change?> -
Adds or updates the
modelat a givenkeyin the Source.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited