OptimizedListController<T> constructor

OptimizedListController<T>(
  1. List<T> _items
)

Implementation

OptimizedListController(this._items);