UnmodifiableCollectiveSet<E>.fromProperties constructor

UnmodifiableCollectiveSet<E>.fromProperties(
  1. CollectiveProperties<E> properties, {
  2. bool unmodifiableElement = true,
  3. Iterable<E>? elements,
})

Creates from properties with optional elements.

Implementation

UnmodifiableCollectiveSet.fromProperties(super.properties, {super.unmodifiableElement, super.elements}) : super();