stringValue property Null safety

List<int> stringValue

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get stringValue => $_getN(5);
void stringValue=(List<int> v)

Implementation

@$pb.TagNumber(7)
set stringValue($core.List<$core.int> v) { $_setBytes(5, v); }