DART Проверка типа времени выполнения
Object o = 'foo';
assert(o.runtimeType == String);
askMe!
Object o = 'foo';
assert(o.runtimeType == String);