Decodes a JSON-compatible wire value.
@override DiffPatch decode(Object? value) => DiffPatch.fromJson(decodeAcpObject(value));