clone method

LtiLcChannelConfig clone()

Creates a copy of this config.

Implementation

LtiLcChannelConfig clone() => LtiLcChannelConfig(
      userWidth: userWidth,
      tagWidth: tagWidth,
    );