Patch constructor
Patch({
- required PatchOperation op,
- required String path,
- dynamic value,
- String? from,
Implementation
Patch({required this.op, required this.path, this.value, this.from});