getJsonList abstract method

List<JsonResponse> getJsonList({
  1. required String key,
})

Returns the child json list linked to the key, otherwise empty json list.

Implementation

List<JsonResponse> getJsonList({required String key});