TableIndex constructor
const
TableIndex({})
Implementation
const TableIndex({
required this.columns,
required this.type,
required this.name,
this.fields = const [],
this.typeUrl,
this.numRowsIndexed,
this.numSegments,
this.totalSizeBytes,
this.details = const {},
this.statistics = const {},
});