coreCount property

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

Implementation

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

Implementation

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