ParseError constructor

ParseError(
  1. String group,
  2. String element
)

Implementation

ParseError(this.group, this.element);