lastBlockId property

  1. @TagNumber(5)
BlockID lastBlockId

Implementation

@$pb.TagNumber(5)
BlockID get lastBlockId => $_getN(4);
  1. @TagNumber(5)
void lastBlockId=(BlockID v)

Implementation

@$pb.TagNumber(5)
set lastBlockId(BlockID v) { setField(5, v); }