FrozenPbList<E>.from constructor

FrozenPbList<E>.from(
  1. PbList<E> other
)

Implementation

factory FrozenPbList.from(PbList<E> other) =>
    FrozenPbList._(other._wrappedList);