ContinuationParser<R, S> constructor

ContinuationParser<R, S>(
  1. Parser<R> delegate,
  2. ContinuationHandler<R, S> handler
)

Implementation

ContinuationParser(super.delegate, this.handler);