primaryFilter property
Filter whether the domain is the primary domain of the instance.
Implementation
@$pb.TagNumber(3)
$core.bool get primaryFilter => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set primaryFilter($core.bool value) => $_setBool(2, value);