profileImageUrl property
/ URL of the profile image associated with the account.
Implementation
@$pb.TagNumber(9)
$core.String get profileImageUrl => $_getSZ(1);
Implementation
@$pb.TagNumber(9)
set profileImageUrl($core.String v) { $_setString(1, v); }