stringWithZero property

  1. @TagNumber(23)
String stringWithZero

Implementation

@$pb.TagNumber(23)
$core.String get stringWithZero => $_getS(22, 'hel\x00lo');
  1. @TagNumber(23)
void stringWithZero=(String v)

Implementation

@$pb.TagNumber(23)
set stringWithZero($core.String v) { $_setString(22, v); }