txns property

  1. @TagNumber(3)
BlockTransactions get txns

Implementation

@TagNumber(3)
BlockTransactions get txns => $_getN(2);
  1. @TagNumber(3)
set txns (BlockTransactions v)

Implementation

@TagNumber(3)
set txns(BlockTransactions v) {
  setField(3, v);
}