GiphyUser constructor
const
GiphyUser({
- String? id,
- String? avatarUrl,
- String? avatar,
- String? bannerUrl,
- String? bannerImage,
- String? profileUrl,
- required String username,
- String? displayName,
- String? email,
- String? twitter,
- bool isPublic = false,
- String? attributionDisplayName,
- String? name,
- String? description,
- String? aboutBio,
- String? facebookUrl,
- String? twitterUrl,
- String? instagramUrl,
- String? tumblrUrl,
- String? tiktokUrl,
- String? youtubeUrl,
- bool isSuppressChrome = false,
- String? websiteUrl,
- String? websiteDisplayUrl,
- bool verified = false,
- bool isStaff = false,
- String? userType,
Constructor for creating a GiphyUser instance.
Implementation
const GiphyUser({
this.id,
this.avatarUrl,
this.avatar,
this.bannerUrl,
this.bannerImage,
this.profileUrl,
required this.username,
this.displayName,
this.email,
this.twitter,
this.isPublic = false,
this.attributionDisplayName,
this.name,
this.description,
this.aboutBio,
this.facebookUrl,
this.twitterUrl,
this.instagramUrl,
this.tumblrUrl,
this.tiktokUrl,
this.youtubeUrl,
this.isSuppressChrome = false,
this.websiteUrl,
this.websiteDisplayUrl,
this.verified = false,
this.isStaff = false,
this.userType,
});