includeInBlock property

  1. @TagNumber(4)
bool includeInBlock

Implementation

@$pb.TagNumber(4)
$core.bool get includeInBlock => $_getBF(3);
  1. @TagNumber(4)
void includeInBlock=(bool v)

Implementation

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