photoUrl property

String? photoUrl

Obtains the URL of a user's profile picture.

Implementation

String? get photoUrl {
  return _photoUrl;
}