AnalysisJob constructor

AnalysisJob({
  1. List<CustomCheck>? customChecks,
  2. String? duration,
  3. GoogleCloudAnalysis? googleCloud,
})

Implementation

AnalysisJob({this.customChecks, this.duration, this.googleCloud});