Patch constructor

Patch({
  1. required PatchOperation op,
  2. required String path,
  3. dynamic value,
  4. String? from,
})

Implementation

Patch({required this.op, required this.path, this.value, this.from});