UnmodifiableCollectiveQueue<E>.fromProperties constructor

UnmodifiableCollectiveQueue<E>.fromProperties(
  1. CollectiveProperties<E> properties, {
  2. bool unmodifiableElement = true,
  3. Iterable<E>? elements,
})

Creates an unmodifiable queue from existing properties.

Implementation

UnmodifiableCollectiveQueue.fromProperties(super.properties, {super.unmodifiableElement, super.elements}) : super();