extractJsonObjectWithListOfJsonObjects abstract method

Map<String, List<Map<String, dynamic>>> extractJsonObjectWithListOfJsonObjects(
  1. dynamic value,
  2. 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);