aggregations property Null safety
read / write
It helps you to utilize the built-in aggregations for QueryType.range type of widgets directly, valid values are:
max
: to retrieve the maximum value for adataField
,min
: to retrieve the minimum value for adataField
,histogram
: to retrieve the histogram aggregations for a particularinterval
Implementation
List<String>? aggregations;