Axi4ResponsePacket constructor

Axi4ResponsePacket({
  1. LogicValue? resp,
  2. LogicValue? user,
  3. LogicValue? id,
})

Creates a new packet.

Implementation

Axi4ResponsePacket({
  this.resp,
  this.user,
  this.id,
});