Not<I> constructor

const Not<I>(
  1. ParserBuilder<I, dynamic> parser
)

Implementation

const Not(this.parser);