Axi5BChannelPacket constructor

Axi5BChannelPacket({
  1. required Axi5ResponseSignalsStruct response,
  2. Axi5UserSignalsStruct? user,
  3. Axi5IdSignalsStruct? id,
  4. Axi5MemRespDataTagSignalsStruct? tag,
  5. Axi5DebugSignalsStruct? debug,
})

Constructor

Implementation

Axi5BChannelPacket({
  required this.response,
  this.user,
  this.id,
  this.tag,
  this.debug,
});