domain property
Domain is the full qualified domain name for which the validation is to be generated.
Implementation
@$pb.TagNumber(2)
$core.String get domain => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set domain($core.String value) => $_setString(1, value);