FieldUpdateOperation constructor
FieldUpdateOperation({
- dynamic add,
- dynamic copy,
- dynamic edit,
- dynamic remove,
- dynamic set,
Implementation
FieldUpdateOperation({this.add, this.copy, this.edit, this.remove, this.set});