Why does Flutter/Dart List.from() work while .toList() doesn't
I spent a day and half racking my brain trying to figure out how to create a chained selector for my redux store to get IDs from a set of nested objects. In the docs and all the examples I've…