NotParser<R> constructor

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

Implementation

NotParser(Parser<R> delegate, this.message) : super(delegate);