photoURL property

  1. @TagNumber.new(5)
String get photoURL

The user's photo URL.

Implementation

@$pb.TagNumber(5)
$core.String get photoURL => $_getSZ(4);
  1. @TagNumber.new(5)
set photoURL (String v)

Implementation

@$pb.TagNumber(5)
set photoURL($core.String v) {
  $_setString(4, v);
}