nextPhotoSettings property Null safety

CapturePhotoSettings nextPhotoSettings
read / write

The CapturePhotoSettings to be used when takePicture is called.

This value is null until attach is called.

Implementation

late CapturePhotoSettings nextPhotoSettings = _createNextPhotoSettings();