LabelParser<R> constructor

LabelParser<R>(
  1. Parser<R> delegate,
  2. String label
)

Implementation

LabelParser(super.delegate, this.label);