get abstract method

Json get({
  1. required int index,
})

Returns the Json associated with index.

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

Implementation

Json get({required int index});