ColumnStatisticsError constructor
ColumnStatisticsError({
- ColumnStatistics? columnStatistics,
- ErrorDetail? error,
Implementation
ColumnStatisticsError({
this.columnStatistics,
this.error,
});