User constructor

User({
  1. String? biography,
  2. String? externalUrl,
  3. String? externalUrlLinkshimmed,
  4. Edge? edgeFollowedBy,
  5. bool? followedByViewer,
  6. Edge? edgeFollow,
  7. String? fullName,
  8. String? id,
  9. bool? isBusinessAccount,
  10. bool? isJoinedRecently,
  11. bool? isPrivate,
  12. bool? isVerified,
  13. String? profilePicUrl,
  14. String? profilePicUrlHd,
  15. bool? requestedByViewer,
  16. String? username,
  17. EdgeOwnerToTimelineMedia? edgeOwnerToTimelineMedia,
})

Implementation

User({
  this.biography,
  this.externalUrl,
  this.externalUrlLinkshimmed,
  this.edgeFollowedBy,
  this.followedByViewer,
  this.edgeFollow,
  this.fullName,
  this.id,
  this.isBusinessAccount,
  this.isJoinedRecently,
  this.isPrivate,
  this.isVerified,
  this.profilePicUrl,
  this.profilePicUrlHd,
  this.requestedByViewer,
  this.username,
  this.edgeOwnerToTimelineMedia,
});