isNotFoundAnnouncement property

bool get isNotFoundAnnouncement

Implementation

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