numberOfProcessors property

  1. @override
int numberOfProcessors

The number of individual execution units of the machine Returns 0 if unknown or not available Use .clamp(1, double.infinity) if you need a quantity greater than 0

Implementation

@override
int get numberOfProcessors => _hostPlatform.numberOfProcessors;