utf8String property

  1. @TagNumber.new(6)
String get utf8String

The default value here is UTF-8 for "\u1234". (We could also just type the UTF-8 text directly into this text file rather than escape it, but lots of people use editors that would be confused by this.)

Implementation

@$pb.TagNumber(6)
$core.String get utf8String => $_getS(5, 'ሴ');
  1. @TagNumber.new(6)
set utf8String (String v)

Implementation

@$pb.TagNumber(6)
set utf8String($core.String v) { $_setString(5, v); }