I use freezed and json_serializable to generate DTO. And when generating with a new build_runner, this writes to me: MyDto must provide a `toJson()` method which return a Map. It is programmer's ...
Originally reported here: asklar/react-native-xaml#120 by @rymate1234. See that issue for a repro app. When nesting a RN FlatList within a native viewmanager (e.g. a react-native-xaml Grid), and web ...