ParseException constructor

const ParseException(
  1. String m
)

Implementation

const ParseException(super.m) : super(statusCode: 0);