getAt method
Returns the item at the specified index in the vector.
Implementation
@override
IJsonValue getAt(int index) => _iVector.getAt(index);
Returns the item at the specified index in the vector.
@override
IJsonValue getAt(int index) => _iVector.getAt(index);