Metadata class

Implementers

Constructors

Metadata({String pubKey = "", String? name, String? displayName, String? picture, String? banner, String? website, String? about, String? nip05, String? lud16, String? lud06, int? updatedAt, int? refreshedTimestamp})
Metadata.fromJson(Map<String, dynamic> json)

Properties

about String?
getter/setter pair
getter/setter pair
cleanNip05 String?
no setter
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
updatedAt int?
getter/setter pair
website String?
getter/setter pair

Methods

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

Operators

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

Static Methods

fromEvent(Nip01Event event) Metadata

Constants

KIND → const int