DurableObjectStub class

Inheritance
Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

DurableObjectStub()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id DurableObjectId

Available on DurableObjectStub, provided by the PropsDurableObjectStub extension

no setter
name String

Available on DurableObjectStub, provided by the PropsDurableObjectStub extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect(String address, [SocketOptions? options]) Socket

Available on Fetcher, provided by the PropsFetcher extension

fetch(Request resource, [RequestInit? init]) Future<Response>

Available on Fetcher, provided by the PropsFetcher extension

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