DART Sprawdź typ czasu wykonawczego
Object o = 'foo';
assert(o.runtimeType == String);
askMe!
Object o = 'foo';
assert(o.runtimeType == String);