NonSdkApiInsight constructor

NonSdkApiInsight({
  1. List<String>? exampleTraceMessages,
  2. String? matcherId,
  3. PendingGoogleUpdateInsight? pendingGoogleUpdateInsight,
  4. UpgradeInsight? upgradeInsight,
})

Implementation

NonSdkApiInsight({
  this.exampleTraceMessages,
  this.matcherId,
  this.pendingGoogleUpdateInsight,
  this.upgradeInsight,
});