DurableObject class abstract

Available extensions

Constructors

DurableObject()

Properties

delegate DurableObject

Available on DurableObject, provided by the DurableObjectExtension extension

no setter
env Environment
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state DurableObjectState
no setter

Methods

alarm() FutureOr<void>
fetch(Request request) FutureOr<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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