AnalysisResult constructor

AnalysisResult({
  1. String? homepageUrl,
  2. String? repositoryUrl,
  3. String? issueTrackerUrl,
  4. String? documentationUrl,
  5. List<String>? fundingUrls,
  6. Repository? repository,
  7. String? contributingUrl,
  8. int? grantedPoints,
  9. int? maxPoints,
})

Implementation

AnalysisResult({
  this.homepageUrl,
  this.repositoryUrl,
  this.issueTrackerUrl,
  this.documentationUrl,
  this.fundingUrls,
  this.repository,
  this.contributingUrl,
  this.grantedPoints,
  this.maxPoints,
});