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