ColumnStatisticsError constructor

ColumnStatisticsError({
  1. ColumnStatistics? columnStatistics,
  2. ErrorDetail? error,
})

Implementation

ColumnStatisticsError({
  this.columnStatistics,
  this.error,
});