UnmodifiableCollectiveList<E>.fromProperties constructor
UnmodifiableCollectiveList<E>.fromProperties (
- CollectiveProperties<
E> properties, { - bool unmodifiableElement = true,
- Iterable<
E> ? elements,
Creates from properties with optional elements and unmodifiability setting.
Implementation
UnmodifiableCollectiveList.fromProperties(super.properties, {super.unmodifiableElement, super.elements}) : super();