clone method

Axi5BChannelPacket clone()

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(),
    );