Dart also provides one way to check the type during run-time. is and is! ... main(List<string> args) { var value = 2; print(value is int); print(value is!
確定! 回上一頁