EndpointRef class abstract

This class connects endpoints on the server with the client, it also hooks up streams with the endpoint. Overridden by generated code.

Implementers

Constructors

EndpointRef(EndpointCaller caller)
Creates a new EndpointRef.

Properties

caller → EndpointCaller
Holds a reference to the caller class.
final
client ↔ ServerpodClientShared
Reference to the client.
latefinal
hashCode → int
The hash code for this object.
no setterinherited
name → String
The name of the endpoint this reference is connected to.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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