txns property
Implementation
@TagNumber(3)
BlockTransactions get txns => $_getN(2);
Implementation
@TagNumber(3)
set txns(BlockTransactions v) {
setField(3, v);
}
@TagNumber(3)
BlockTransactions get txns => $_getN(2);
@TagNumber(3)
set txns(BlockTransactions v) {
setField(3, v);
}