ContributorInsightsSummary class
Represents a Contributor Insights summary entry.
Constructors
- ContributorInsightsSummary({ContributorInsightsStatus? contributorInsightsStatus, String? indexName, String? tableName})
- 
          ContributorInsightsSummary.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- contributorInsightsStatus → ContributorInsightsStatus?
- 
  Describes the current status for contributor insights for the given table
and index, if applicable.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- indexName → String?
- 
  Name of the index associated with the summary, if any.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- tableName → String?
- 
  Name of the table associated with the summary.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited