Bob Nystrom

Results 972 comments of Bob Nystrom

> With Dart 3, do you think it's fine if we expand this to suggest using if-case with a type check or non-null check for some situations? Yes! A thousand...

Good catch. We can fix this by having the example catch some fictitious type that `downloadTeam()` would theoretically throw, like: ```dart Future countActivePlayers(String teamName) async { try { var team...