transaction property
Implementation
@$pb.TagNumber(2)
TransactionMessage get transaction => $_getN(1);
Implementation
@$pb.TagNumber(2)
set transaction(TransactionMessage v) {
setField(2, v);
}
@$pb.TagNumber(2)
TransactionMessage get transaction => $_getN(1);
@$pb.TagNumber(2)
set transaction(TransactionMessage v) {
setField(2, v);
}