UnmodifiableCollectiveCell<E> constructor
UnmodifiableCollectiveCell<E> (
- CollectiveProperties<
E> properties, { - bool unmodifiableElement = true,
- Iterable<
E> ? elements,
Creates an UnmodifiableCollectiveCell from properties
Implementation
UnmodifiableCollectiveCell(super.properties, {bool unmodifiableElement = true, super.elements})
: _unmodifiableElement = unmodifiableElement, super();