insertAt method

  1. @override
void insertAt(
  1. int index,
  2. IJsonValue value
)
override

Inserts an item at a specified index in the vector.

Implementation

@override
void insertAt(int index, IJsonValue value) => _iVector.insertAt(index, value);