ImmutableList<T> constructor

ImmutableList<T>(
  1. List<T> _rawList
)

Implementation

ImmutableList(this._rawList) : length = _rawList.length;