UpdateOptions constructor

UpdateOptions({
  1. bool? updateOne,
  2. bool? upsert,
  3. Map<String, int>? incrementValues,
  4. bool? multi,
})

Implementation

UpdateOptions(
    {this.updateOne, this.upsert, this.incrementValues, this.multi});