AppError constructor

AppError({
  1. String? code,
  2. String? title,
  3. String? message,
  4. dynamic body,
})

Implementation

AppError({this.code, this.title, this.message, this.body});