ApiException constructor

ApiException({
  1. required int httpCode,
  2. required String responseBody,
})

Implementation

ApiException({required this.httpCode, required this.responseBody});