ProfileHarnessConfig constructor

const ProfileHarnessConfig({
  1. required ReplayHarnessConfig replay,
  2. required String profilerCommand,
  3. required String artifactDir,
  4. required bool cleanArtifactDir,
  5. required int timeoutSeconds,
  6. required bool profileRegion,
  7. required String regionName,
  8. String? error,
})

Implementation

const ProfileHarnessConfig({
  required this.replay,
  required this.profilerCommand,
  required this.artifactDir,
  required this.cleanArtifactDir,
  required this.timeoutSeconds,
  required this.profileRegion,
  required this.regionName,
  this.error,
});