isVerified property
IsVerified states if the email address has been verified to belong to the user.
Implementation
@$pb.TagNumber(2)
$core.bool get isVerified => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set isVerified($core.bool v) { $_setBool(1, v); }