cppTrigraph property

  1. @TagNumber.new(20)
String get cppTrigraph

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, '? ? ?? ?? ??? ??/ ??-');
  1. @TagNumber.new(20)
set cppTrigraph (String v)

Implementation

@$pb.TagNumber(20)
set cppTrigraph($core.String v) { $_setString(19, v); }