Subscription class abstract

Represents a client's subscription to an event.

Also provides a means to fire an event.

Constructors

Subscription()

Properties

clientId String?
The ID of the client who requested this subscription.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
A unique identifier for this subscription.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispatch(dynamic event) → void
Alerts a client of an event.
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