ProfileMetadataProfile constructor

const ProfileMetadataProfile({
  1. String? name,
  2. String? about,
  3. String? website,
  4. String? location,
  5. String? coverImage,
  6. String? profileImage,
  7. String? blacklistDescription,
  8. String? mutedListDescription,
  9. String? dtubePub,
  10. String? pinned,
  11. int? version,
})

Implementation

const ProfileMetadataProfile({
  this.name,
  this.about,
  this.website,
  this.location,
  this.coverImage,
  this.profileImage,
  this.blacklistDescription,
  this.mutedListDescription,
  this.dtubePub,
  this.pinned,
  this.version,
});