ParseException constructor

const ParseException(
  1. String message
)

Implementation

const ParseException(this.message);