Eose class

Indicates "end of stored events"

this class is mostly for getting subscription id

Constructors

Eose(String subscriptionId)
default constructor
Eose.deserialize(dynamic input)
Deserialize a nostr close message
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionId String
subscription_id is a random string that should be used to represent a subscription.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() String
Serialize to nostr close message
toString() String
A string representation of this object.
inherited

Operators

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