StartQueryResponse constructor

StartQueryResponse({
  1. String? queryId,
})

Implementation

StartQueryResponse({
  this.queryId,
});