CollectiveQueue<E> constructor
CollectiveQueue<E> ({
- Cell? bind,
- TestCollective<
dynamic, Collective> test, - bool growable,
Creates an empty growable list by default from elements
Implementation
factory CollectiveQueue({
Cell? bind,
TestCollective test,
bool growable
}) = _CollectiveQueue<E>;