ParsingException constructor

ParsingException(
  1. String name,
  2. String? valueFound,
  3. String reason
)

Implementation

ParsingException(this.name, this.valueFound, this.reason);