ParseError constructor

ParseError([
  1. String message = 'Parse error'
])

Implementation

ParseError([this.message = 'Parse error']);