CompletionReport constructor
CompletionReport({
- required bool enabled,
- ReportFormat? format,
- String? path,
- ReportScope? scope,
Implementation
CompletionReport({
required this.enabled,
this.format,
this.path,
this.scope,
});