CollectiveQueue<E> constructor

CollectiveQueue<E>({
  1. Cell? bind,
  2. TestCollective<dynamic, Collective> test,
  3. bool growable,
})

Creates an empty growable list by default from elements

Implementation

factory CollectiveQueue({
  Cell? bind,
  TestCollective test,
  bool growable
}) = _CollectiveQueue<E>;