replaceAll method

  1. @override
void replaceAll(
  1. List<IJsonValue> value
)
override

Replaces all the items in the vector with the specified items.

Implementation

@override
void replaceAll(List<IJsonValue> value) => _iVector.replaceAll(value);