utf8String property
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, 'ሴ');
Implementation
@$pb.TagNumber(6)
set utf8String($core.String value) => $_setString(5, value);