Without null safety: bool isEmpty(String string) => string.length == 0; main() { isEmpty(null); }. If you run this Dart program without null safety, ...
確定! 回上一頁