Metadata constructor

Metadata({
  1. String pubKey = "",
  2. String? name,
  3. String? displayName,
  4. String? picture,
  5. String? banner,
  6. String? website,
  7. String? about,
  8. String? nip05,
  9. String? lud16,
  10. String? lud06,
  11. int? updatedAt,
  12. int? refreshedTimestamp,
})

Implementation

Metadata(
    {this.pubKey = "",
    this.name,
    this.displayName,
    this.picture,
    this.banner,
    this.website,
    this.about,
    this.nip05,
    this.lud16,
    this.lud06,
    this.updatedAt,
    this.refreshedTimestamp});