MuseCollection constructor

MuseCollection({
  1. String? name,
  2. String? scid,
  3. int? tcreated,
  4. List<MuseVideo>? videos,
  5. String? visibility,
})

Implementation

MuseCollection(
    {this.name, this.scid, this.tcreated, this.videos, this.visibility});