Discovery constructor

Discovery({
  1. String? analysisKind,
})

Implementation

Discovery({
  this.analysisKind,
});