ContactList class

Implementers

Constructors

ContactList({required String pubKey, required List<String> contacts})
ContactList.fromEvent(Nip01Event event)

Properties

contactRelays List<String>
getter/setter pair
contacts List<String>
getter/setter pair
createdAt int
getter/setter pair
followedCommunities List<String>
getter/setter pair
followedEvents List<String>
getter/setter pair
followedTags List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
loadedTimestamp int?
getter/setter pair
petnames List<String>
getter/setter pair
pubKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<String>
getter/setter pair

Methods

contactsToJson() List<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tagListToJson(List<String> list, String tag) List<List<String>>
toEvent() Nip01Event
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

relaysFromContent(Nip01Event event) Map<String, ReadWriteMarker>

Constants

KIND → const int