CollectionSelector constructor

CollectionSelector({
  1. bool? allDescendants,
  2. String? collectionId,
})

Implementation

CollectionSelector({
  this.allDescendants,
  this.collectionId,
});