void addRelay(String relayUrl, bool private) { elements .add(Nip51ListElement(tag: kRelay, value: relayUrl, private: private)); }