clone method

LtiLrChannelConfig clone()

Creates a copy of this config.

Implementation

LtiLrChannelConfig clone() => LtiLrChannelConfig(
      userWidth: userWidth,
      idWidth: idWidth,
      addrWidth: addrWidth,
      pasWidth: pasWidth,
      loopWidth: loopWidth,
      mecIdWidth: mecIdWidth,
      mpamWidth: mpamWidth,
      ctagWidth: ctagWidth,
    );