Returns the information about the processors.
print(SysInfo.processors.first.vendor); => GenuineIntel
static final List<CoreInfo> cores = getCores();