coreCount property

  1. @TagNumber.new(16)
int get coreCount

Implementation

@$pb.TagNumber(16)
$core.int get coreCount => $_getIZ(15);
  1. @TagNumber.new(16)
set coreCount (int value)

Implementation

@$pb.TagNumber(16)
set coreCount($core.int value) => $_setSignedInt32(15, value);