clone method
Creates a copy of this packet.
Implementation
LtiLaChannelPacket clone() => LtiLaChannelPacket(
addr: addr,
trans: trans,
attr: attr,
ogV: ogV,
user: user?.clone(),
id: id?.clone(),
prot: prot?.clone(),
mmu: mmu?.clone(),
debug: debug?.clone(),
og: og,
tlBlock: tlBlock,
ident: ident,
vc: vc,
);