copy method

UncompleteDocumentation

Implementation

MarkdownConfigGeneralFramework copy(
    {List<MarkdownWidgetConfig> configs = const []}) {
  for (final config in configs) {
    _tag2Config[config.tag] = config;
  }
  return MarkdownConfigGeneralFramework(configs: _tag2Config.values.toList());
}