Junk constructor

const Junk({
  1. required String content,
  2. Span? span,
})

Wraps the unparseable content.

Implementation

const Junk({required this.content, this.span});