isNotFoundAnnouncement property

bool isNotFoundAnnouncement

Implementation

bool get isNotFoundAnnouncement =>
    type == DioErrorType.badResponse && response?.statusCode == 404;