DbMetadata class

Annotations

Constructors

DbMetadata({String pubKey = "", String? name, String? displayName, List<String>? splitNameWords, List<String>? splitDisplayNameWords, String? picture, String? banner, String? website, String? about, String? nip05, String? lud16, String? lud06, int? updatedAt, int? refreshedTimestamp})
DbMetadata.fromNdk(Metadata ndkM)
factory

Properties

about String?
getter/setter pair
getter/setter pair
cleanNip05 String?
no setter
dbId int
getter/setter pair
displayName String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
lud06 String?
getter/setter pair
lud16 String?
getter/setter pair
name String?
getter/setter pair
nip05 String?
getter/setter pair
picture String?
getter/setter pair
pubKey String
getter/setter pair
refreshedTimestamp int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splitDisplayNameWords List<String>?
getter/setter pair
splitNameWords List<String>?
getter/setter pair
updatedAt int?
getter/setter pair
website String?
getter/setter pair

Methods

matchesSearch(String str) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFullJson() Map<String, dynamic>
toJson() Map<String, dynamic>
toNdk() → Metadata
toString() String
A string representation of this object.
inherited

Operators

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

Constants

KIND → const int