clone method

  1. @override
LtiLaChannelInterface clone()
override

Copy Constructor.

Implementation

@override
LtiLaChannelInterface clone() => LtiLaChannelInterface(
      config: LtiLaChannelConfig(
        userWidth: userWidth,
        idWidth: idWidth,
        loopWidth: loopWidth,
        addrWidth: addrWidth,
        rmeSupport: rmeSupport,
        instPrivPresent: instPrivPresent,
        pasWidth: pasWidth,
        secSidWidth: secSidWidth,
        sidWidth: sidWidth,
        ssidWidth: ssidWidth,
        useFlow: useFlow,
        supportGdi: supportGdi,
        supportRmeAndPasMmu: supportRmeAndPasMmu,
        ogWidth: ogWidth,
        tlBlockWidth: tlBlockWidth,
        useIdent: useIdent,
      ),
      vcCount: vcCount,
      userMixInEnable: userMixInEnable,
      idMixInEnable: idMixInEnable,
      debugMixInEnable: debugMixInEnable,
      mmuMixInEnable: mmuMixInEnable,
    );