cppTrigraph property
Tests for C++ trigraphs. Trigraphs should be escaped in C++ generated files, but they should not be escaped for other languages. Note that in .proto file, "?" is a valid way to escape ? in string literals.
Implementation
@$pb.TagNumber(20)
$core.String get cppTrigraph => $_getS(19, '? ? ?? ?? ??? ??/ ??-');
Implementation
@$pb.TagNumber(20)
set cppTrigraph($core.String value) => $_setString(19, value);