Collective<E>.fromProperties constructor

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

Creates a collective from properties

Implementation

factory Collective.fromProperties(CollectiveProperties<E> properties, {Iterable<E>? elements}) = _Collective<E>;