AlbumModelEntity constructor

AlbumModelEntity({
  1. String? videoDuration,
  2. String? resourceSize,
  3. String? thumbPath,
  4. String? originalPath,
  5. String? creationDate,
  6. String? resourceType,
  7. String? localIdentifier,
})

Implementation

AlbumModelEntity(
    {this.videoDuration,
    this.resourceSize,
    this.thumbPath,
    this.originalPath,
    this.creationDate,
    this.resourceType,
      this.localIdentifier});