ListNode constructor

ListNode(
  1. MarkdownConfig config,
  2. WidgetVisitor visitor
)

Implementation

ListNode(this.config, this.visitor);