UpdateOneOptions constructor

UpdateOneOptions({
  1. WriteConcern? writeConcern,
  2. bool? bypassDocumentValidation,
  3. String? comment,
})

Implementation

UpdateOneOptions(
    {super.writeConcern, super.bypassDocumentValidation, super.comment});