Dart -Check -Laufzeittyp
Object o = 'foo';
assert(o.runtimeType == String);
askMe!
Object o = 'foo';
assert(o.runtimeType == String);