isVerified property
IsVerified is a boolean flag indicating if the domain has been verified.
Implementation
@$pb.TagNumber(3)
$core.bool get isVerified => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set isVerified($core.bool value) => $_setBool(2, value);