classifyText property

  1. @TagNumber.new(6)
bool get classifyText

Implementation

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

Implementation

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