AnalysisException constructor
AnalysisException([
- String message = 'Exception',
- CaughtException? cause
Initialize a newly created exception to have the given message
and
cause
.
Implementation
AnalysisException([this.message = 'Exception', this.cause]);