BaseApiBadResponseException constructor

const BaseApiBadResponseException({
  1. @JsonKey(fromJson: null, toJson: null, includeFromJson: false, includeToJson: false) Response? response,
  2. int? statusCode,
})

Implementation

const factory BaseApiBadResponseException(
    {@JsonKey(
        fromJson: null,
        toJson: null,
        includeFromJson: false,
        includeToJson: false)
    final Response<dynamic>? response,
    final int? statusCode}) = _$BaseApiBadResponseExceptionImpl;