To indicate that a variable might have the value null , just add ? to its type declaration: int? aNullableInt = null;. You can use null safety in your ...
確定! 回上一頁