CollectionBox<V> class
abstract
represents a Box being part of a BoxCollection
Constructors
Properties
- boxCollection → BoxCollection
-
TODO: Document this!
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
TODO: Document this!
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → Future< void> - TODO: Document this!
-
delete(
String key) → Future< void> - TODO: Document this!
-
deleteAll(
List< String> keys) → Future<void> - TODO: Document this!
-
flush(
) → Future< void> - TODO: Document this!
-
get(
String key) → Future< V?> - TODO: Document this!
-
getAll(
List< String> keys) → Future<List< V?> > - TODO: Document this!
-
getAllKeys(
) → Future< List< String> > - TODO: Document this!
-
getAllValues(
) → Future< Map< String, V> > - TODO: Document this!
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String key, V val, [Object? transaction]) → Future< void> - TODO: Document this!
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited