menu
pixiv_dart_api package
documentation
vo/user_detail_result.dart
UserInfo
UserInfo constructor
UserInfo constructor
dark_mode
light_mode
UserInfo
constructor
UserInfo
(
int
id
,
String
name
,
String
account
,
ProfileImageUrls
profileImageUrls
,
String
?
comment
,
bool
isFollowed
,
)
Implementation
UserInfo( this.id, this.name, this.account, this.profileImageUrls, this.comment, this.isFollowed, );
pixiv_dart_api package
documentation
vo/user_detail_result
UserInfo
UserInfo constructor
UserInfo class