NonSdkApiUsageViolationReport class

Contains a summary and examples of non-sdk API usage violations.

Constructors

NonSdkApiUsageViolationReport({List<NonSdkApi>? exampleApis, int? minSdkVersion, int? targetSdkVersion, int? uniqueApis})
NonSdkApiUsageViolationReport.fromJson(Map _json)

Properties

exampleApis List<NonSdkApi>?
Examples of the detected API usages.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
minSdkVersion int?
Minimum API level required for the application to run.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetSdkVersion int?
Specifies the API Level on which the application is designed to run.
getter/setter pair
uniqueApis int?
Total number of unique Non-SDK API's accessed.
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