getAt method

  1. @override
IJsonValue getAt(
  1. int index
)
override

Returns the item at the specified index in the vector.

Implementation

@override
IJsonValue getAt(int index) => _iVector.getAt(index);