Analysis constructor

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

Implementation

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