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