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