Creates a Patch from JSON data.
factory Patch.fromJson(Map<String, dynamic> json) { return Patch(); }