KVNamespace class
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
- KVNamespace()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
dynamic keys) → Future< void> -
Available on KVNamespace, provided by the PropsKVNamespace extension
-
get<
T> (String name, [KVNamespaceGetOptions? options]) → Future< T> -
Available on KVNamespace, provided by the PropsKVNamespace extension
-
getWithMetadata<
T> (String name, [KVNamespaceGetOptions? options]) → Future< KVNamespaceGetWithMetadataResult< T> > -
Available on KVNamespace, provided by the PropsKVNamespace extension
-
list(
[KVNamespaceListOptions? options]) → Future< KVNamespaceListResult> -
Available on KVNamespace, provided by the PropsKVNamespace extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String key, Object value, [KVNamespacePutOptions? options]) → Future< void> -
Available on KVNamespace, provided by the PropsKVNamespace extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited