Hmz

Results 43 comments of Hmz

Is there any updates here? Coming from https://github.com/flutter/flutter/issues/78041 My web app depends on `runTimeType` a lot, because it was developed long time ago when this wasn't a problem and now...

So, what would you suggest here? @eernstg Bcz for me the app was developed a long time ago and we were using `runTimeType` to differentiate between various model classes and...

Man you are a life savior @eernstg Thanks a lot I literally had to remove all the `runTimeType` comparison, extracted out a function: ```dart static String propertyType(dynamic property) { if...