menu
pixiv_dart_api package
documentation
model/user_preview.dart
UserPreview
UserPreview constructor
UserPreview constructor
dark_mode
light_mode
UserPreview
constructor
UserPreview
(
User
user
,
List
<
Illust
>
illusts
,
bool
isMuted
)
Implementation
UserPreview(this.user, this.illusts, this.isMuted);
pixiv_dart_api package
documentation
model/user_preview
UserPreview
UserPreview constructor
UserPreview class