Accelerator constructor

Accelerator({
  1. String? count,
  2. String? driverVersion,
  3. bool? installGpuDrivers,
  4. String? type,
})

Implementation

Accelerator({
  this.count,
  this.driverVersion,
  this.installGpuDrivers,
  this.type,
});