numberOfProcessors property Null safety
override
The number of processors of the machine.
Implementation
@override
int get numberOfProcessors => _throwIfNull(_numberOfProcessors);
The number of processors of the machine.
@override
int get numberOfProcessors => _throwIfNull(_numberOfProcessors);