ParseException constructor

ParseException({
  1. String message = "",
})

Implementation

ParseException({
   this.message = "",
});