FixedList<E>.empty constructor

FixedList<E>.empty()

Implementation

FixedList.empty() : _innerList = List<E>.unmodifiable([]);