UserProfilePhotos class
This object represent a user's profile pictures.
Constructors
-
UserProfilePhotos({required int totalCount, required List<
List< photos})PhotoSize> > -
Constructs a UserProfilePhotos object
const
-
UserProfilePhotos.fromJson(Map<
String, dynamic> json) -
Creates a UserProfilePhotos object from JSON object
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
photos
→ List<
List< PhotoSize> > -
Requested profile pictures (in up to 4 sizes each)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCount → int
-
Total number of profile pictures the target user has
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts a UserProfilePhotos object to JSON object
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited