isHeaderOnly property

  1. @TagNumber.new(15)
bool get isHeaderOnly

Implementation

@$pb.TagNumber(15)
$core.bool get isHeaderOnly => $_getBF(4);
  1. @TagNumber.new(15)
set isHeaderOnly (bool v)

Implementation

@$pb.TagNumber(15)
set isHeaderOnly($core.bool v) {
  $_setBool(4, v);
}