QueryRequest constructor

QueryRequest({
  1. String? effectiveConnectionType,
  2. String? formFactor,
  3. List<String>? metrics,
  4. String? origin,
  5. String? url,
})

Implementation

QueryRequest({
  this.effectiveConnectionType,
  this.formFactor,
  this.metrics,
  this.origin,
  this.url,
});