Jenis Runtime Periksa Dart

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