var x = [32,4424]; print(x.runtimeType); O/P:- JSArray<int>
print(myvar is Person); Type type = myvar.runtimeType; print(myvar == Person));