ERRORS_IGNORED constant

  1. @Deprecated('No more used')
WriteConcern const ERRORS_IGNORED

No exceptions are raised, even for network issues.

Implementation

@Deprecated('No more used')
// ignore: constant_identifier_names
static const ERRORS_IGNORED =
    WriteConcern(w: -1, wtimeout: 0, fsync: false, j: false);