CollectiveList<E>.fromProperties constructor
CollectiveList<E>.fromProperties (
- CollectiveListProperties<
E> properties, { - Iterable<
E> ? elements,
Creates a CollectiveList from properties
Implementation
factory CollectiveList.fromProperties(CollectiveListProperties<E> properties, {Iterable<E>? elements}) = _CollectiveList<E>.fromProperties;