dart_meta_types
dart_meta_types copied to clipboard
Nested Collection Support in meta_types_json_generator
Currently, meta_types_json_generator can only handle lists/sets/maps with primitive or meta-type generics. It should be able to handle nested collections such as List<List<String>>