DbContactList class

Inheritance
Annotations
  • @Collection(inheritance: true)

Constructors

DbContactList({required String pubKey, required List<String> contacts})

Properties

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

Methods

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

Operators

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

Static Methods

fromContactList(ContactList contactList) DbContactList