LinkContext constructor

const LinkContext(
  1. InlineParser parser,
  2. SimpleDelimiter opener,
  3. List<Node> getChildren()
)

Implementation

const LinkContext(this.parser, this.opener, this.getChildren);