FileImageMediaMetadata constructor
      
      FileImageMediaMetadata({ 
    
    
- double? aperture,
- String? cameraMake,
- String? cameraModel,
- String? colorSpace,
- double? exposureBias,
- String? exposureMode,
- double? exposureTime,
- bool? flashUsed,
- double? focalLength,
- int? height,
- int? isoSpeed,
- String? lens,
- FileImageMediaMetadataLocation? location,
- double? maxApertureValue,
- String? meteringMode,
- int? rotation,
- String? sensor,
- int? subjectDistance,
- String? time,
- String? whiteBalance,
- 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,
});