ContributorInsightsSummary constructor
ContributorInsightsSummary({
- ContributorInsightsStatus? contributorInsightsStatus,
- String? indexName,
- String? tableName,
Implementation
ContributorInsightsSummary({
this.contributorInsightsStatus,
this.indexName,
this.tableName,
});