AggregateRule constructor
AggregateRule({
- String label = 'Summe',
- AggregateFunction function = AggregateFunction.sum,
- String expression = 'total',
- bool bold = false,
- ColumnFormat format = ColumnFormat.currency,
- String targetColumnField = '',
Creates an aggregate rule.
Implementation
AggregateRule({
this.label = 'Summe',
this.function = AggregateFunction.sum,
this.expression = 'total',
this.bold = false,
this.format = ColumnFormat.currency,
this.targetColumnField = '',
});