data property

UnmodifiableListView<T> get data

Implementation

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