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