FieldUpdateOperation constructor

FieldUpdateOperation({
  1. dynamic add,
  2. dynamic copy,
  3. dynamic edit,
  4. dynamic remove,
  5. dynamic set,
})

Implementation

FieldUpdateOperation({this.add, this.copy, this.edit, this.remove, this.set});