isNotPermission property

bool get isNotPermission

Implementation

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