DiagnosticConfig constructor

DiagnosticConfig({
  1. bool? copyHomeFilesFlagEnabled,
  2. String? gcsBucket,
  3. bool? packetCaptureFlagEnabled,
  4. String? relativePath,
  5. bool? repairFlagEnabled,
})

Implementation

DiagnosticConfig({
  this.copyHomeFilesFlagEnabled,
  this.gcsBucket,
  this.packetCaptureFlagEnabled,
  this.relativePath,
  this.repairFlagEnabled,
});