get abstract method

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

Returns the child json associated with the key, otherwise empty json object.

Implementation

Json get({required String key});