info property

  1. @TagNumber(1)
BlockInfo info

Implementation

@$pb.TagNumber(1)
BlockInfo get info => $_getN(0);
  1. @TagNumber(1)
void info=(BlockInfo v)

Implementation

@$pb.TagNumber(1)
set info(BlockInfo v) { setField(1, v); }