CompletionReport constructor

CompletionReport({
  1. required bool enabled,
  2. ReportFormat? format,
  3. String? path,
  4. ReportScope? scope,
})

Implementation

CompletionReport({
  required this.enabled,
  this.format,
  this.path,
  this.scope,
});