photoURL property

String? photoURL

The photo URL of a user, could be null.

Implementation

String? get photoURL {
  return _user['photoUrl'];
}