AppError constructor

AppError({
  1. required String error,
  2. Exception? exception,
})

Implementation

AppError({required this.error, this.exception});