stringPieceWithZero property

  1. @TagNumber(25)
String stringPieceWithZero

Implementation

@$pb.TagNumber(25)
$core.String get stringPieceWithZero => $_getS(24, 'ab\x00c');
  1. @TagNumber(25)
void stringPieceWithZero=(String v)

Implementation

@$pb.TagNumber(25)
set stringPieceWithZero($core.String v) {
  $_setString(24, v);
}