processors property

List<ProcessorInfo> processors
final

Returns the information about the processors.

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

Implementation

static final List<ProcessorInfo> processors = _getProcessors();