AppError constructor
AppError(
- String message, [
- StackTrace? stackTrace
Implementation
AppError(this.message, [this.stackTrace]) : super();
AppError(this.message, [this.stackTrace]) : super();