ctype property
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would. See the specific options below. This option is not yet implemented in the open source release -- sorry, we'll try to include it in a future version!
Implementation
@$pb.TagNumber(1)
FieldOptions_CType get ctype => $_getN(0);
Implementation
@$pb.TagNumber(1)
set ctype(FieldOptions_CType v) { setField(1, v); }