dart_meta_types icon indicating copy to clipboard operation
dart_meta_types copied to clipboard

Nested Collection Support in meta_types_json_generator

Open davidmarne opened this issue 7 years ago • 0 comments

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>>

davidmarne avatar Aug 07 '18 06:08 davidmarne