isPrimary property

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

Implementation

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

Implementation

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