FileImageMediaMetadata constructor

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

Implementation

FileImageMediaMetadata({
  this.aperture,
  this.cameraMake,
  this.cameraModel,
  this.colorSpace,
  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.time,
  this.whiteBalance,
  this.width,
});