Analyze constructor

Analyze({
  1. int? version,
  2. List<Diagnostics>? diagnostics,
})

Implementation

Analyze({this.version, this.diagnostics});