print(myvar is Person); Type type = myvar.runtimeType; print(myvar == Person));
bool check(dynamic object) => object is T;