FileImageMediaMetadata constructor

FileImageMediaMetadata({
  1. double? aperture,
  2. String? cameraMake,
  3. String? cameraModel,
  4. String? colorSpace,
  5. String? date,
  6. double? exposureBias,
  7. String? exposureMode,
  8. double? exposureTime,
  9. bool? flashUsed,
  10. double? focalLength,
  11. int? height,
  12. int? isoSpeed,
  13. String? lens,
  14. FileImageMediaMetadataLocation? location,
  15. double? maxApertureValue,
  16. String? meteringMode,
  17. int? rotation,
  18. String? sensor,
  19. int? subjectDistance,
  20. String? whiteBalance,
  21. int? width,
})

Implementation

FileImageMediaMetadata({
  this.aperture,
  this.cameraMake,
  this.cameraModel,
  this.colorSpace,
  this.date,
  this.exposureBias,
  this.exposureMode,
  this.exposureTime,
  this.flashUsed,
  this.focalLength,
  this.height,
  this.isoSpeed,
  this.lens,
  this.location,
  this.maxApertureValue,
  this.meteringMode,
  this.rotation,
  this.sensor,
  this.subjectDistance,
  this.whiteBalance,
  this.width,
});