PhotoOptions constructor
const
PhotoOptions({})
Implementation
const PhotoOptions({
required this.flash,
required this.qualityPrioritization,
required this.enableShutterSound,
required this.skipMetadata,
required this.enableAutoRedEyeReduction,
this.latitude = 0,
this.longitude = 0,
this.altitude = 0,
this.hasLocation = 0,
this.outputFormat = 0,
});