ImmutableList<T> constructor
ImmutableList<T> (
- List<
T> _rawList
Implementation
ImmutableList(this._rawList) : length = _rawList.length;
ImmutableList(this._rawList) : length = _rawList.length;