Collective<E>.fromProperties constructor
Collective<E>.fromProperties (
- CollectiveProperties<
E> properties, { - Iterable<
E> ? elements,
Creates a collective from properties
Implementation
factory Collective.fromProperties(CollectiveProperties<E> properties, {Iterable<E>? elements}) = _Collective<E>;