Marked<I, O> constructor

const Marked<I, O>(
  1. String name,
  2. ParserBuilder<I, O> p
)

Implementation

const Marked(this.name, this.p);