AppError constructor

AppError(
  1. String message, [
  2. StackTrace? stackTrace
])

Implementation

AppError(this.message, [this.stackTrace]) : super();