photoUrlHasValue property

  1. @TagNumber.new(14)
bool get photoUrlHasValue

Implementation

@$pb.TagNumber(14)
$core.bool get photoUrlHasValue => $_getBF(13);
  1. @TagNumber.new(14)
set photoUrlHasValue (bool v)

Implementation

@$pb.TagNumber(14)
set photoUrlHasValue($core.bool v) { $_setBool(13, v); }