numberOfProcessors property

  1. @override
int get numberOfProcessors

The number of processors of the machine.

Warning

This property is deprecated on Platform. It is only implemented by the legacy LocalPlatform and FakePlatform classes, and cannot be accessed through Platform.current. Use NativePlatform to access these properties instead, accessed as NativePlatform.current.

Implementation

@override
int get numberOfProcessors => _nativePlatform.numberOfProcessors;