UnmodifiableCollectiveList<E>.fromProperties constructor

UnmodifiableCollectiveList<E>.fromProperties(
  1. CollectiveProperties<E> properties, {
  2. bool unmodifiableElement = true,
  3. Iterable<E>? elements,
})

Creates from properties with optional elements and unmodifiability setting.

Implementation

UnmodifiableCollectiveList.fromProperties(super.properties, {super.unmodifiableElement, super.elements}) : super();