OptionalParser<R> constructor

OptionalParser<R>(
  1. Parser<R> delegate,
  2. R otherwise
)

Implementation

OptionalParser(super.delegate, this.otherwise);