ListNode constructor
ListNode(
- MarkdownConfig config,
- WidgetVisitor visitor
Implementation
ListNode(this.config, this.visitor);
ListNode(this.config, this.visitor);