CollectionListObject constructor

CollectionListObject({
  1. List<Collection>? collections,
})

Implementation

CollectionListObject({this.collections});