photoURL property

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

The photo URL for the linked provider.

Implementation

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

Implementation

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