Slow<I> constructor

const Slow<I>(
  1. ParserBuilder<I, dynamic> parser
)

Implementation

const Slow(this.parser);