Hello, I'm a junior developer.
When I was trying to get CPU information following the documentation, I encountered an error about system_info2 does not have a processors field.
However,the reference suggests show that i should use print("Processors : ${SysInfo.processors}"); to get the cores info.
I apologize if I've bothered you with some basic questions. Could you perhaps offer some advice when you have time?