APIError constructor

APIError({
  1. required APIResponse response,
  2. required APIErrorType type,
  3. required dynamic error,
})

Implementation

APIError({required this.response, required this.type, required this.error});