Axi5StreamPacket constructor
Creates a new packet.
Implementation
Axi5StreamPacket({
required this.data,
this.strb,
this.last,
this.keep,
this.user,
this.id,
this.dest,
this.wakeup,
});
Creates a new packet.
Axi5StreamPacket({
required this.data,
this.strb,
this.last,
this.keep,
this.user,
this.id,
this.dest,
this.wakeup,
});