CollectiveList<E> constructor

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

Creates an empty growable list by default from elements

Implementation

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