clone method

  1. @override
LtiLtChannelInterface clone()
override

Copy Constructor.

Implementation

@override
LtiLtChannelInterface clone() => LtiLtChannelInterface(
      config: LtiLtChannelConfig(
        userWidth: userWidth,
        tagWidth: tagWidth,
      ),
      userMixInEnable: userMixInEnable,
    );