HistogramQueryResult constructor

HistogramQueryResult({
  1. Map<String, String>? histogram,
  2. String? histogramQuery,
})

Implementation

HistogramQueryResult({
  this.histogram,
  this.histogramQuery,
});