includeSymbols property

  1. @TagNumber(8)
bool includeSymbols

Implementation

@$pb.TagNumber(8)
$core.bool get includeSymbols => $_getBF(7);
  1. @TagNumber(8)
void includeSymbols=(bool v)

Implementation

@$pb.TagNumber(8)
set includeSymbols($core.bool v) { $_setBool(7, v); }