MachineTypeAccelerators constructor

MachineTypeAccelerators({
  1. int? guestAcceleratorCount,
  2. String? guestAcceleratorType,
})

Implementation

MachineTypeAccelerators({
  this.guestAcceleratorCount,
  this.guestAcceleratorType,
});