FieldTransform constructor

FieldTransform({
  1. ArrayValue? appendMissingElements,
  2. String? fieldPath,
  3. Value? increment,
  4. Value? maximum,
  5. Value? minimum,
  6. ArrayValue? removeAllFromArray,
  7. String? setToServerValue,
})

Implementation

FieldTransform({
  this.appendMissingElements,
  this.fieldPath,
  this.increment,
  this.maximum,
  this.minimum,
  this.removeAllFromArray,
  this.setToServerValue,
});