GetColumnStatisticsForTableResponse constructor
GetColumnStatisticsForTableResponse({
- List<
ColumnStatistics> ? columnStatisticsList, - List<
ColumnError> ? errors,
Implementation
GetColumnStatisticsForTableResponse({
this.columnStatisticsList,
this.errors,
});