DbMetadata constructor

DbMetadata({
  1. String pubKey = "",
  2. String? name,
  3. String? displayName,
  4. List<String>? splitNameWords,
  5. List<String>? splitDisplayNameWords,
  6. String? picture,
  7. String? banner,
  8. String? website,
  9. String? about,
  10. String? nip05,
  11. String? lud16,
  12. String? lud06,
  13. int? updatedAt,
  14. int? refreshedTimestamp,
})

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});