cpuCount property

  1. @TagNumber.new(7)
int get cpuCount

The number of cpus in the VM.

Implementation

@$pb.TagNumber(7)
$core.int get cpuCount => $_getIZ(6);
  1. @TagNumber.new(7)
set cpuCount (int v)

Implementation

@$pb.TagNumber(7)
set cpuCount($core.int v) {
  $_setSignedInt32(6, v);
}