PictureMetadata constructor

PictureMetadata({
  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? focalLenght,
  10. int? height,
  11. int? isoSpeed,
  12. String? lens,
  13. MetadataLocation? location,
  14. double? maxApertureValue,
  15. String? meteringMode,
  16. String? sensor,
  17. int? subjectDistance,
  18. String? exifTime,
  19. String? whiteBalance,
  20. int? width,
})

Implementation

PictureMetadata({
  this.aperture,
  this.cameraMake,
  this.cameraModel,
  this.colorSpace,
  this.exposureBias,
  this.exposureMode,
  this.exposureTime,
  this.flashUsed,
  this.focalLenght,
  this.height,
  this.isoSpeed,
  this.lens,
  this.location,
  this.maxApertureValue,
  this.meteringMode,
  this.sensor,
  this.subjectDistance,
  this.exifTime,
  this.whiteBalance,
  this.width,
});