stringWithZero property
String defaults containing the character '\000'
Implementation
@$pb.TagNumber(23)
$core.String get stringWithZero => $_getS(22, 'hel\x00lo');
Implementation
@$pb.TagNumber(23)
set stringWithZero($core.String v) { $_setString(22, v); }