DbMetadata constructor
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,
- String? tagsJson,
- String? rawContentJson,
Implementation
DbMetadata({
this.pubKey = "",
this.name,
this.displayName,
this.splitNameWords,
this.splitDisplayNameWords,
this.picture,
this.banner,
this.website,
this.about,
this.nip05,
this.lud16,
this.lud06,
this.updatedAt,
this.refreshedTimestamp,
this.tagsJson,
this.rawContentJson,
});