cores property

List<CoreInfo> cores
final

Returns the information about the processors.

print(SysInfo.processors.first.vendor);
=> GenuineIntel

Implementation

static final List<CoreInfo> cores = getCores();