Box<V> class

Constructors

Box(String name, BoxCollection boxCollection)

Properties

boxCollection BoxCollection
final
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

clear([Transaction? txn]) Future<void>
delete(String key, [Transaction? txn]) Future<void>
deleteAll(List<String> keys, [Transaction? txn]) Future<void>
get(String key, [Transaction? txn]) Future<V?>
getAll(List<String> keys, [Transaction? txn]) Future<List<V?>>
getAllKeys([Transaction? txn]) Future<List<String>>
getAllValues([Transaction? txn]) Future<Map<String, V>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String key, V val, [Transaction? txn]) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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