ConstantParser<R, S> constructor

ConstantParser<R, S>(
  1. Parser<R> delegate,
  2. S value
)

Implementation

ConstantParser(super.delegate, this.value);