CollectiveQueue<E>.fromProperties constructor

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

Creates a CollectiveQueue from properties

Implementation

factory CollectiveQueue.fromProperties(CollectiveQueueProperties<E> properties, {Iterable<E>? elements}) = _CollectiveQueue<E>.fromProperties;