PickParser<R> constructor

PickParser<R>(
  1. Parser<List<R>> delegate,
  2. int index
)

Implementation

PickParser(super.delegate, this.index);