int item = int.parse(stdin.readLineSync());
"Error: The argument type 'String?' can't be assigned to the parameter type 'String' because 'String?' is nullable and 'String' isn't."
I didn't know what this want to mean, I just want to convert a string that I will type into integer
I'm using VScode with Dart extension
Thanks for your attention