HHCtxDirectAccess class

Inheritance

Constructors

HHCtxDirectAccess(HHCtxI ctx)

Properties

ctx HHCtx
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
meta Future<CollectionBox<String>?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store Future<CollectionBox<String>>
no setter

Methods

metaClear() Future<void>
override
metaDelete(String key) Future<void>
override
metaGet(String key) Future<Map<String, dynamic>?>
override
metaPop(String key) Future<Map<String, dynamic>?>
override
metaPut(String key, Map<String, dynamic> value) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
storeClear() Future<void>
override
storeDelete(String key) Future<void>
override
storeEntries() Stream<MapEntry<String, dynamic>>
override
storeGet(String key) Future
override
storeKeys() Stream<String>
override
storePop(String key) Future
override
storePut(String key, dynamic value) Future<void>
override
storeValues() Stream
override
toString() String
A string representation of this object.
inherited

Operators

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