isChainBlock property

  1. @TagNumber.new(20)
bool get isChainBlock

Implementation

@$pb.TagNumber(20)
$core.bool get isChainBlock => $_getBF(9);
  1. @TagNumber.new(20)
set isChainBlock (bool v)

Implementation

@$pb.TagNumber(20)
set isChainBlock($core.bool v) {
  $_setBool(9, v);
}