HistogramQuery.fromJson constructor
HistogramQuery.fromJson(
- Map json_
Implementation
HistogramQuery.fromJson(core.Map json_)
: this(histogramQuery: json_['histogramQuery'] as core.String?);
HistogramQuery.fromJson(core.Map json_)
: this(histogramQuery: json_['histogramQuery'] as core.String?);