EqualUnmodifiableListView<T> constructor

EqualUnmodifiableListView<T>(
  1. Iterable<T> _source
)

An UnmodifiableListView which overrides ==

Implementation

EqualUnmodifiableListView(this._source) : super(_source);