stringWithZero property

  1. @TagNumber.new(23)
String get stringWithZero

String defaults containing the character '\000'

Implementation

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

Implementation

@$pb.TagNumber(23)
set stringWithZero($core.String value) => $_setString(22, value);