badResponse property

bool? Function(DioException exception)? badResponse
getter/setter pair

Handler function for Dio bad response exception.

Implementation

bool? Function(DioException exception)? badResponse;