msgType property

  1. @TagNumber.new(1)
BlockMsgType get msgType

What happened to the block

Implementation

@$pb.TagNumber(1)
BlockMsgType get msgType => $_getN(0);
  1. @TagNumber.new(1)
set msgType (BlockMsgType value)

Implementation

@$pb.TagNumber(1)
set msgType(BlockMsgType value) => $_setField(1, value);