PropertyTransform constructor
      
      PropertyTransform({ 
    
    
- ArrayValue? appendMissingElements,
- Value? increment,
- Value? maximum,
- Value? minimum,
- String? property,
- ArrayValue? removeAllFromArray,
- String? setToServerValue,
Implementation
PropertyTransform({
  this.appendMissingElements,
  this.increment,
  this.maximum,
  this.minimum,
  this.property,
  this.removeAllFromArray,
  this.setToServerValue,
});