$MachineConfig constructor

$MachineConfig({
  1. int? cpuCount,
})

Implementation

$MachineConfig({
  this.cpuCount,
});