NonSdkApiInsight constructor
NonSdkApiInsight({
- List<
String> ? exampleTraceMessages, - String? matcherId,
- PendingGoogleUpdateInsight? pendingGoogleUpdateInsight,
- UpgradeInsight? upgradeInsight,
Implementation
NonSdkApiInsight({
this.exampleTraceMessages,
this.matcherId,
this.pendingGoogleUpdateInsight,
this.upgradeInsight,
});