block property

  1. @TagNumber(1)
List<int> block

Implementation

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

Implementation

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