menu
teledart package
documentation
model.dart
UserProfilePhotos
UserProfilePhotos constructor
UserProfilePhotos constructor
dark_mode
light_mode
UserProfilePhotos
constructor
UserProfilePhotos
(
{
required
int
totalCount
,
required
List
<
List
<
PhotoSize
>
>
photos
,
})
Implementation
UserProfilePhotos({ required this.totalCount, required this.photos, });
teledart package
documentation
model
UserProfilePhotos
UserProfilePhotos constructor
UserProfilePhotos class