TheMovieCollection constructor

TheMovieCollection({
  1. int? id,
  2. int? userId,
  3. int? proId,
  4. int? isPublic,
  5. String? label,
  6. String? thumbnailUrl,
})

Implementation

TheMovieCollection(
    {this.id,
    this.userId,
    this.proId,
    this.isPublic,
    this.label,
    this.thumbnailUrl});