Jenny Messerly

Results 101 comments of Jenny Messerly

I think static conversion operators might work better (similar to C#). Example here: https://github.com/dart-lang/language/pull/105#issuecomment-442591897 ```dart class Uri { ... // Add implicit conversions from String Uri in both directions. static...