CombinedListView<T> constructor

*<Null safety>*

CombinedListView<T>(List<List<T>> _lists)

Implementation

CombinedListView(this._lists);