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