DebugResponse constructor

DebugResponse({
  1. String? gsrRequest,
  2. String? gsrResponse,
  3. SearchResponse? searchResponse,
})

Implementation

DebugResponse({this.gsrRequest, this.gsrResponse, this.searchResponse});