PropertyTransform constructor

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

Implementation

PropertyTransform({
  this.appendMissingElements,
  this.increment,
  this.maximum,
  this.minimum,
  this.property,
  this.removeAllFromArray,
  this.setToServerValue,
});