$MachineConfig.fromJson constructor
$MachineConfig.fromJson(
- Map json_
Implementation
$MachineConfig.fromJson(core.Map json_)
: this(
cpuCount: json_['cpuCount'] as core.int?,
);
$MachineConfig.fromJson(core.Map json_)
: this(
cpuCount: json_['cpuCount'] as core.int?,
);