ErrorResponse constructor

ErrorResponse({
  1. required String error,
  2. required String stackTrace,
})

Implementation

ErrorResponse({required this.error, required this.stackTrace});