DbFindUpdateOptions constructor

DbFindUpdateOptions({
  1. DbSession? session,
  2. bool? $upsert,
  3. bool? $returnNew,
  4. Set<DbQueryField>? $projection,
})

Implementation

DbFindUpdateOptions({this.session, this.$upsert, this.$returnNew, this.$projection});