NegativeLookahead constructor

NegativeLookahead(
  1. Element element, {
  2. String? description,
})

Implementation

NegativeLookahead(this.element, {this.description});