isPrimary property

  1. @TagNumber.new(4)
bool get isPrimary

Defines if the domain is the primary domain.

Implementation

@$pb.TagNumber(4)
$core.bool get isPrimary => $_getBF(3);
  1. @TagNumber.new(4)
set isPrimary (bool value)

Implementation

@$pb.TagNumber(4)
set isPrimary($core.bool value) => $_setBool(3, value);