item property Null safety

List<int> item

Implementation

@$pb.TagNumber(1)
$core.List<$core.int> get item => $_getN(0);
void item=(List<int> v)

Implementation

@$pb.TagNumber(1)
set item($core.List<$core.int> v) { $_setBytes(0, v); }