unicode property Null safety

bool unicode

Implementation

@$pb.TagNumber(4)
$core.bool get unicode => $_getBF(3);
void unicode=(bool v)

Implementation

@$pb.TagNumber(4)
set unicode($core.bool v) { $_setBool(3, v); }