Metadata constructor

Metadata({
  1. String? banner,
  2. String? lud06,
  3. String? lud16,
  4. String? website,
  5. String? picture,
  6. String? display_name,
  7. String? name,
  8. String? about,
  9. String? username,
  10. String? displayName,
  11. String? nip05,
  12. int? followingCount,
  13. int? followersCount,
  14. bool? nip05valid,
  15. String? zapService,
})

Creates a new instance of Metadata.

Implementation

Metadata({
  this.banner,
  this.lud06,
  this.lud16,
  this.website,
  this.picture,
  this.display_name,
  this.name,
  this.about,
  this.username,
  this.displayName,
  this.nip05,
  this.followingCount,
  this.followersCount,
  this.nip05valid,
  this.zapService,
});