append method
Appends an item to the end of the vector.
Implementation
@override
void append(IJsonValue value) => _iVector.append(value);
Appends an item to the end of the vector.
@override
void append(IJsonValue value) => _iVector.append(value);