stringPieceWithZero property

  1. @TagNumber.new(25)
String get stringPieceWithZero

Implementation

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

Implementation

@$pb.TagNumber(25)
set stringPieceWithZero($core.String value) => $_setString(24, value);