clone method
override
Copy Constructor.
Implementation
@override
LtiLtChannelInterface clone() => LtiLtChannelInterface(
config: LtiLtChannelConfig(
userWidth: userWidth,
tagWidth: tagWidth,
),
userMixInEnable: userMixInEnable,
);