data property

The output data List.

Implementation

UnmodifiableListView<T> get data => UnmodifiableListView<T>(_data);