first method

  1. @override
IIterator<IJsonValue> first()
override

Returns an iterator for the items in the collection.

Implementation

@override
IIterator<IJsonValue> first() => _iVector.first();