extractJsonObjectWithListOfJsonObjects abstract method
Map<String, List<Map<String, dynamic> > >
extractJsonObjectWithListOfJsonObjects(
- dynamic value,
- String errMsg
Extracts a nested structure: a Map with String keys and values as Lists of JSON objects.
Implementation
Map<String, List<Map<String, dynamic>>>
extractJsonObjectWithListOfJsonObjects(dynamic value, String errMsg);