GetStoredQueryResponse constructor

GetStoredQueryResponse({
  1. StoredQuery? storedQuery,
})

Implementation

GetStoredQueryResponse({
  this.storedQuery,
});