PickedAssetModel constructor

PickedAssetModel({
  1. String? id,
  2. String? path,
  3. String? type,
  4. Duration? videoDuration,
  5. DateTime? createDateTime,
  6. double? latitude,
  7. double? longitude,
  8. Uint8List? thumbnail,
  9. int? height,
  10. int? width,
  11. int? orientationHeight,
  12. int? orientationWidth,
  13. Size? orientationSize,
  14. File? file,
  15. DateTime? modifiedDateTime,
  16. String? title,
  17. Size? size,
})

Implementation

PickedAssetModel({
  this.id,
  this.path,
  this.type,
  this.videoDuration,
  this.createDateTime,
  this.latitude,
  this.longitude,
  this.thumbnail,
  this.height,
  this.width,
  this.orientationHeight,
  this.orientationWidth,
  this.orientationSize,
  this.file,
  this.modifiedDateTime,
  this.title,
  this.size,
});