FacebookPictureData class
Model class to convert the user picture data from Facebook's GraphAPI response.
Constructors
- FacebookPictureData({int? height, bool? isSilhouette, String? url, int? width})
- Constructor
-
FacebookPictureData.fromJson(Map<
String, dynamic> json) - Constructs a FacebookPictureData instance from a Map.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
Height of the user avatar.
getter/setter pair
- isSilhouette ↔ bool?
-
Is the avatar silhouette or not.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
Url of the user avatar.
getter/setter pair
- width ↔ int?
-
Width of the user avatar.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Transforms this picture data object to a Map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited