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