DiagnosticConfig constructor

DiagnosticConfig({
  1. bool? enableCopyHomeFilesFlag,
  2. bool? enablePacketCaptureFlag,
  3. bool? enableRepairFlag,
  4. String? gcsBucket,
  5. String? relativePath,
})

Implementation

DiagnosticConfig({
  this.enableCopyHomeFilesFlag,
  this.enablePacketCaptureFlag,
  this.enableRepairFlag,
  this.gcsBucket,
  this.relativePath,
});