QueryException constructor

QueryException({
  1. required int status,
  2. required dynamic error,
})

Implementation

QueryException({required this.status, required this.error});