ContributorInsightsSummary constructor

ContributorInsightsSummary({
  1. ContributorInsightsStatus? contributorInsightsStatus,
  2. String? indexName,
  3. String? tableName,
})

Implementation

ContributorInsightsSummary({
  this.contributorInsightsStatus,
  this.indexName,
  this.tableName,
});