isNotPermission property
bool
get
isNotPermission
Implementation
bool get isNotPermission =>
type == DioExceptionType.badResponse && response?.statusCode == 403;
bool get isNotPermission =>
type == DioExceptionType.badResponse && response?.statusCode == 403;