DiscoveryNote constructor

DiscoveryNote({
  1. String? analysisKind,
})

Implementation

DiscoveryNote({
  this.analysisKind,
});