clone method
Creates a copy of this packet.
Implementation
Axi5BChannelPacket clone() => Axi5BChannelPacket(
response: response.clone(),
user: user?.clone(),
id: id?.clone(),
tag: tag?.clone(),
debug: debug?.clone(),
);