Open
Description
We should consider blocking overrides of runtimeType, as a language versioned change so it can be considered non-breaking. Existing code will work until the language version they are currently on is no longer supported, which is anyways breaking.
Is there any valid use case for overriding runtimeType
?
There was some previous discussion here #3357, but it feels deserving of its own issue.