blockSig property

  1. @TagNumber(2)
KeyedSignature get blockSig

Implementation

@TagNumber(2)
KeyedSignature get blockSig => $_getN(1);
  1. @TagNumber(2)
set blockSig (KeyedSignature v)

Implementation

@TagNumber(2)
set blockSig(KeyedSignature v) {
  setField(2, v);
}