NotParser constructor

NotParser(
  1. Parser p
)

Implementation

NotParser(this.p) {
  label = '!' + _quote(p);
}