Axi5RChannelPacket constructor

Axi5RChannelPacket({
  1. required List<Axi5DataSignalsStruct> data,
  2. Axi5UserSignalsStruct? user,
  3. Axi5IdSignalsStruct? id,
  4. Axi5MemRespDataTagSignalsStruct? tag,
  5. Axi5DebugSignalsStruct? debug,
  6. Axi5ChunkSignalsStruct? chunk,
  7. Axi5ResponseSignalsStruct? response,
})

Constructor

Implementation

Axi5RChannelPacket({
  required this.data,
  this.user,
  this.id,
  this.tag,
  this.debug,
  this.chunk,
  this.response,
});