clone method

  1. @override
LtiLcChannelInterface clone()
override

Copy Constructor.

Implementation

@override
LtiLcChannelInterface clone() => LtiLcChannelInterface(
      config: LtiLcChannelConfig(
        userWidth: userWidth,
        tagWidth: tagWidth,
      ),
      userMixInEnable: userMixInEnable,
    );