KeepAsyncKey<T> class abstract

Represents an async key in a Keep.

Constructors

KeepAsyncKey()

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

get() Future<T?>
Gets the value of the key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(T? value) Future<void>
Sets the value of the key.
toString() String
A string representation of this object.
inherited
value({required KeepAsyncValue<T>? defaultValue}) KeepAsyncValue<T>
Returns a wrapped value for the key.

Operators

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