TStore class

Constructors

TStore(String key)

Properties

count int
no setter
hashCode int
The hash code for this object.
no setterinherited
key String
final
onChanges Stream<TStoreChanges>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future<void>
connect() Future<bool>
delete(String key) Future<void>
disconnect() Future<bool>
find(bool finder(dynamic)) Future<List>
findEntity(bool finder(Map<String, dynamic>)) Future<List<Map<String, dynamic>>>
list<V>() Future<List<V>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
persist(String key, dynamic value) Future<void>
persistEntity(String key, TEntity entity) Future<void>
retrieve(String key) Future
retrieveEntity(String key) Future<Map<String, dynamic>?>
toMap<V>() Future<Map<String, V>>
toString() String
A string representation of this object.
inherited
watch({String? key}) Stream<BoxEvent>?

Operators

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