getArray abstract method

JsonArray getArray({
  1. required String key,
})

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

Implementation

JsonArray getArray({required String key});