toFrozenPbList method

FrozenPbList<E> toFrozenPbList()

Freezes the list by converting to FrozenPbList.

Implementation

FrozenPbList<E> toFrozenPbList() => FrozenPbList<E>.from(this);