Nested<I, O> constructor

const Nested<I, O>(
  1. String message,
  2. String tag,
  3. ParserBuilder<I, O> parser
)

Implementation

const Nested(this.message, this.tag, this.parser);