getJson abstract method

JsonResponse getJson({
  1. required String key,
})

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

Implementation

JsonResponse getJson({required String key});