Cómo encontrar el tipo de objeto en dardo

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

O/P:-
JSArray<int>
Lazy Leopard