On this page
UnmodifiableListView<E> constructor
- Iterable<
E> source
Creates an unmodifiable list backed by source
.
The source
of the elements may be a List or any Iterable with efficient Iterable.length and Iterable.elementAt.
Implementation
UnmodifiableListView(Iterable<E> source) : _source = source;
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-collection/UnmodifiableListView/UnmodifiableListView.html