getJsonList abstract method

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

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

Implementation

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