cpuCount property

  1. @TagNumber(7)
int cpuCount

The number of cpus in the VM.

Implementation

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

Implementation

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