A representation of a relay, it contains the WebSocket connection to the relay and the url of the relay.
const NostrRelay({ required this.socket, required this.url, });