isMainPart property

  1. @TagNumber(11)
bool get isMainPart

Implementation

@$pb.TagNumber(11)
$core.bool get isMainPart => $_getBF(10);
  1. @TagNumber(11)
set isMainPart (bool v)

Implementation

@$pb.TagNumber(11)
set isMainPart($core.bool v) { $_setBool(10, v); }