getArray abstract method

JsonArray getArray({
  1. required int index,
})

Returns the JsonArray associated with index.

If the value associated with the specified index does not exist, an exception will be raised.

Implementation

JsonArray getArray({required int index});