numberOfProcessors property

int numberOfProcessors
final

The number of individual execution units of the machine (see Platform.numberOfProcessors)

Implementation

final int numberOfProcessors = kIsWeb ? 0 : Platform.numberOfProcessors;