RelayInformations constructor
RelayInformations({})
Implementation
RelayInformations({
required this.contact,
required this.description,
required this.name,
required this.pubkey,
required this.software,
required this.supportedNips,
required this.version,
});