User constructor
User({
- String? biography,
- String? externalUrl,
- String? externalUrlLinkshimmed,
- Edge? edgeFollowedBy,
- bool? followedByViewer,
- Edge? edgeFollow,
- String? fullName,
- String? id,
- bool? isBusinessAccount,
- bool? isJoinedRecently,
- bool? isPrivate,
- bool? isVerified,
- String? profilePicUrl,
- String? profilePicUrlHd,
- bool? requestedByViewer,
- String? username,
- 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,
});