ContributorInfo class

Information about the user who added the media item.

Note that this information is included only if the media item is within a shared album created by your app and you have the sharing scope.

Constructors

ContributorInfo({String? displayName, String? profilePictureBaseUrl})
ContributorInfo.fromJson(Map json_)

Properties

displayName String?
Display name of the contributor.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
profilePictureBaseUrl String?
URL to the profile picture of the contributor.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited