statisticDefinitions property

List<StatisticDefinition> statisticDefinitions

The definition of statistics (input field, output name, statistic type) to include in the statistical query of a table.

Implementation

List<StatisticDefinition> get statisticDefinitions =>
    _statisticDefinitions.value;