InsertManyOptions constructor

InsertManyOptions({
  1. WriteConcern? writeConcern,
  2. bool? ordered = null,
  3. bool? bypassDocumentValidation = null,
})

Implementation

InsertManyOptions(
    {super.writeConcern,
    super.ordered = null,
    super.bypassDocumentValidation = null});