CollectiveList<E>.fromProperties constructor

CollectiveList<E>.fromProperties(
  1. CollectiveListProperties<E> properties, {
  2. Iterable<E>? elements,
})

Creates a CollectiveList from properties

Implementation

factory CollectiveList.fromProperties(CollectiveListProperties<E> properties, {Iterable<E>? elements}) = _CollectiveList<E>.fromProperties;