AnalysisResult class

NOTE: the content of the class is experimental, clients should not rely on it yet. The normalized and verified references and derived values of the analysis.

When a value is present, it has been tried and verified to be working.

When a value is absent, it was either absent in package archive, or the verification of the provided value failed. In the failure cases, the findings of the process are presented in the Report.

Annotations
  • @JsonSerializable()

Constructors

AnalysisResult({String? homepageUrl, String? repositoryUrl, String? issueTrackerUrl, String? documentationUrl, List<String>? fundingUrls, Repository? repository, String? contributingUrl, int? grantedPoints, int? maxPoints})
AnalysisResult.fromJson(Map<String, dynamic> json)
factory

Properties

contributingUrl String?
final
documentationUrl String?
final
fundingUrls List<String>?
final
grantedPoints int?
final
hashCode int
The hash code for this object.
no setterinherited
homepageUrl String?
final
issueTrackerUrl String?
final
maxPoints int?
final
repository Repository?
final
repositoryUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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