Close class

Used to stop previous subscriptions.

Constructors

Close(String subscriptionId)
Default constructor
Close.deserialize(dynamic input)
Deserialize a nostr close message

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.
getter/setter pair

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