LocalAlbum constructor

const LocalAlbum(
  1. String? id,
  2. LocalImage? coverImg,
  3. String? title,
  4. int? imageCount,
  5. int? videoCount,
  6. int? transferType,
)

Implementation

const LocalAlbum(this.id, this.coverImg, this.title, this.imageCount,
    this.videoCount, this.transferType);