DelegatingList<E> constructor

const DelegatingList<E>(
  1. List<E> base
)

Implementation

const DelegatingList(List<E> base) : _base = base;