RcpTransaction constructor

RcpTransaction({
  1. RcpHeader? header,
  2. RcpData? body,
})

Implementation

RcpTransaction({
  this.header,
  this.body,
});