clone method

  1. @override
LtiLrChannelInterface clone()
override

Copy Constructor.

Implementation

@override
LtiLrChannelInterface clone() => LtiLrChannelInterface(
      config: LtiLrChannelConfig(
        userWidth: userWidth,
        idWidth: idWidth,
        loopWidth: loopWidth,
        addrWidth: addrWidth,
        pasWidth: pasWidth,
        mecIdWidth: mecIdWidth,
        mpamWidth: mpamWidth,
        ctagWidth: ctagWidth,
      ),
      vcCount: vcCount,
      userMixInEnable: userMixInEnable,
      idMixInEnable: idMixInEnable,
      debugMixInEnable: debugMixInEnable,
    );