Lewis Holliday

Results 2 issues of Lewis Holliday

**The problem:** We can currently read properties that are defined on all constructors as documented [here](https://github.com/rrousselGit/freezed#shared-properties). However, when a property shares a name but not the type we lose the...

enhancement
needs triage

https://dartpad.dev/ This does not print anything to the console on chrome or firefox: ```dart void main() async { throw 'test'; } ``` --- This prints 'Script error.' on chrome, and...