Comment trouver le type d'objet en fléchette

var x = [32,4424];
print(x.runtimeType);

O/P:-
JSArray<int>
Lazy Leopard