📜  检查数据类型颤动 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:34.493000             🧑  作者: Mango

代码示例1
selector.runtimeType // return data type of the variable

Example:
if (selector.runtimeType == int) print("Hello")