DbUpdateOptions constructor

DbUpdateOptions({
  1. DbSession? session,
  2. bool? $upsert,
})

Implementation

DbUpdateOptions({this.session, this.$upsert});