cppSettings property

  1. @TagNumber.new(22)
CppSettings get cppSettings

Settings for C++ client libraries.

Implementation

@$pb.TagNumber(22)
CppSettings get cppSettings => $_getN(4);
  1. @TagNumber.new(22)
set cppSettings (CppSettings value)

Implementation

@$pb.TagNumber(22)
set cppSettings(CppSettings value) => $_setField(22, value);