clone method
Creates a copy of this config.
Implementation
LtiLcChannelConfig clone() => LtiLcChannelConfig(
userWidth: userWidth,
tagWidth: tagWidth,
);
Creates a copy of this config.
LtiLcChannelConfig clone() => LtiLcChannelConfig(
userWidth: userWidth,
tagWidth: tagWidth,
);