DoUpdate constructor

DoUpdate(
  1. List<SetComponent> set, {
  2. Expression? where,
})

Implementation

DoUpdate(this.set, {this.where});