isPrimary property
Defines if the domain is the primary domain.
Implementation
@$pb.TagNumber(4)
$core.bool get isPrimary => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set isPrimary($core.bool value) => $_setBool(3, value);
Defines if the domain is the primary domain.
@$pb.TagNumber(4)
$core.bool get isPrimary => $_getBF(3);
@$pb.TagNumber(4)
set isPrimary($core.bool value) => $_setBool(3, value);