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