TableChangeInsight constructor

TableChangeInsight({
  1. bool? metadataCacheNotUsedButUsedPreviously,
  2. MetadataCacheStalenessInsight? metadataCacheStalenessInsight,
  3. TableReference? tableReference,
})

Implementation

TableChangeInsight({
  this.metadataCacheNotUsedButUsedPreviously,
  this.metadataCacheStalenessInsight,
  this.tableReference,
});