NotParser<R> constructor

NotParser<R>(
  1. Parser<R> delegate,
  2. String message
)

Implementation

NotParser(super.delegate, this.message);