RelayInfo class

A relay information document

Constructors

RelayInfo.fromJson(Map json)
factory

Properties

contact String
Alternative contact of the relay admin
final
description String
Relay description
final
hashCode int
The hash code for this object.
no setterinherited
name String
Relay name
final
nips List
Nostr Implementation Possibilities supported by the relay
final
pubKey String
Nostr public key of the relay admin
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
software String
Relay software description
final
version String
Relay software version identifier
final

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