UserProfile constructor
UserProfile(
- String? webpage,
- String gender,
- String birth,
- String birthDay,
- int birthYear,
- String region,
- int addressId,
- String countryCode,
- String job,
- int jobId,
- int totalFollowUsers,
- int totalMyPixivUsers,
- int totalIllusts,
- int totalManga,
- int totalNovels,
- int totalIllustBookmarksPublic,
- int totalIllustSeries,
- int totalNovelSeries,
- String? backgroundImageUrl,
- String? twitterAccount,
- String? twitterUrl,
- String? pawooUrl,
- bool isPremium,
- bool isUsingCustomProfileImage,
Implementation
UserProfile(
this.webpage,
this.gender,
this.birth,
this.birthDay,
this.birthYear,
this.region,
this.addressId,
this.countryCode,
this.job,
this.jobId,
this.totalFollowUsers,
this.totalMyPixivUsers,
this.totalIllusts,
this.totalManga,
this.totalNovels,
this.totalIllustBookmarksPublic,
this.totalIllustSeries,
this.totalNovelSeries,
this.backgroundImageUrl,
this.twitterAccount,
this.twitterUrl,
this.pawooUrl,
this.isPremium,
this.isUsingCustomProfileImage,
);