Dart -Check -Laufzeittyp

Object o = 'foo';
assert(o.runtimeType == String);
askMe!