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