clone method

LtiLtChannelConfig clone()

Creates a copy of this config.

Implementation

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