isVerified property
IsVerified states if the phone number 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 value) => $_setBool(1, value);