quoteChar property

  1. @TagNumber(3)
UInt32Value get quoteChar

Implementation

@$pb.TagNumber(3)
$22.UInt32Value get quoteChar => $_getN(2);
  1. @TagNumber(3)
set quoteChar (UInt32Value v)

Implementation

@$pb.TagNumber(3)
set quoteChar($22.UInt32Value v) { setField(3, v); }