ccEnableArenas property

  1. @TagNumber(31)
bool ccEnableArenas

Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.

Implementation

@$pb.TagNumber(31)
$core.bool get ccEnableArenas => $_getB(11, true);
  1. @TagNumber(31)
void ccEnableArenas=(bool v)

Implementation

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