AnalyzePackagesResponse constructor

AnalyzePackagesResponse({
  1. String? scan,
})

Implementation

AnalyzePackagesResponse({
  this.scan,
});