RunQueryRequest constructor

RunQueryRequest({
  1. DataRange? dataRange,
})

Implementation

RunQueryRequest({
  this.dataRange,
});