NonSdkApiInsight class

Non-SDK API insights (to address debugging solutions).

Constructors

NonSdkApiInsight({List<String>? exampleTraceMessages, String? matcherId, PendingGoogleUpdateInsight? pendingGoogleUpdateInsight, UpgradeInsight? upgradeInsight})
NonSdkApiInsight.fromJson(Map _json)

Properties

exampleTraceMessages List<String>?
Optional sample stack traces, for which this insight applies (there should be at least one).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
matcherId String?
A unique ID, to be used for determining the effectiveness of this particular insight in the context of a matcher.
getter/setter pair
pendingGoogleUpdateInsight PendingGoogleUpdateInsight?
An insight indicating that the hidden API usage originates from a Google-provided library.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upgradeInsight UpgradeInsight?
An insight indicating that the hidden API usage originates from the use of a library that needs to be upgraded.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited