Aggregate constructor
- {required AggregateType type,
- required String columnName,
- String? label,
- bool castToNumeric = false}
Implementation
Aggregate(
{required this.type,
required this.columnName,
this.label,
this.castToNumeric = false});