DebugResponse constructor
DebugResponse({
- String? gsrRequest,
- String? gsrResponse,
- SearchResponse? searchResponse,
Implementation
DebugResponse({
this.gsrRequest,
this.gsrResponse,
this.searchResponse,
});