UpdateCondition constructor

UpdateCondition({
  1. bool? exists,
  2. String? name,
  3. String? value,
})

Implementation

UpdateCondition({
  this.exists,
  this.name,
  this.value,
});