numberOfProcessors property

  1. @override
int numberOfProcessors
override

The number of processors of the machine.

Implementation

@override
int get numberOfProcessors => io.Platform.numberOfProcessors;