AssetEntity constructor

AssetEntity(
  1. {String fileName,
  2. int w,
  3. int h,
  4. String path,
  5. String coverPath,
  6. AssetEntityType type,
  7. int isOriginal,
  8. int videoDuration}
)

Implementation

AssetEntity(
    {this.fileName,
    this.w,
    this.h,
    this.path,
    this.coverPath,
    this.type,
    this.isOriginal,
    this.videoDuration});