toList method

  1. @override
List<IJsonValue> toList()
override

Creates an unmodifiable List from the current IVector instance.

Implementation

@override
List<IJsonValue> toList() => _iVector.toList();