getJson abstract method

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

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

Implementation

Json getJson({required String key});